org.jamon.codegen
Class TemplateDescription
java.lang.Object
org.jamon.codegen.TemplateDescription
public class TemplateDescription
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final TemplateDescription EMPTY
TemplateDescription
public TemplateDescription(TemplateUnit p_templateUnit)
TemplateDescription
public TemplateDescription(java.lang.Class<?> p_proxy)
throws java.lang.NoSuchFieldException
- Throws:
java.lang.NoSuchFieldException
getRequiredArgs
public java.util.List<RequiredArgument> getRequiredArgs()
getOptionalArgs
public java.util.Set<OptionalArgument> getOptionalArgs()
getSignature
public java.lang.String getSignature()
getFragmentInterfaces
public java.util.List<FragmentArgument> getFragmentInterfaces()
getMethodUnits
public java.util.Map<java.lang.String,MethodUnit> getMethodUnits()
getAbstractMethodNames
public java.util.Collection<java.lang.String> getAbstractMethodNames()
getInheritanceDepth
public int getInheritanceDepth()
getGenericParamsCount
public int getGenericParamsCount()
getJamonContextType
public java.lang.String getJamonContextType()
jamon