Uses of Class
org.jamon.codegen.AbstractArgument

Packages that use AbstractArgument
org.jamon.codegen   
 

Uses of AbstractArgument in org.jamon.codegen
 

Subclasses of AbstractArgument in org.jamon.codegen
 class FragmentArgument
           
 class OptionalArgument
           
 class RequiredArgument
           
 

Methods in org.jamon.codegen that return types with arguments of type AbstractArgument
 java.util.Collection<AbstractArgument> TemplateUnit.getDeclaredArgs()
           
 java.util.List<AbstractArgument> AbstractUnit.getRenderArgs()
           
 java.util.List<AbstractArgument> AbstractInnerUnit.getRenderArgs()
           
 java.util.Collection<AbstractArgument> TemplateUnit.getVisibleArgs()
           
 java.util.Collection<AbstractArgument> OverriddenMethodUnit.getVisibleArgs()
           
 java.util.Collection<AbstractArgument> InheritedArgs.getVisibleArgs()
           
abstract  java.util.Collection<AbstractArgument> AbstractUnit.getVisibleArgs()
           
 java.util.Collection<AbstractArgument> AbstractInnerUnit.getVisibleArgs()
           
 

Methods in org.jamon.codegen with parameters of type AbstractArgument
protected  void AbstractUnit.addArgName(AbstractArgument p_arg)
           
 boolean InheritedArgs.isArgVisible(AbstractArgument p_arg)
           
 

Method parameters in org.jamon.codegen with type arguments of type AbstractArgument
protected static void AbstractUnit.printArgs(CodeWriter p_writer, java.lang.Iterable<? extends AbstractArgument> p_args)
           
protected static void AbstractUnit.printArgsDecl(CodeWriter p_writer, java.lang.Iterable<? extends AbstractArgument> i)
           
 



jamon