Uses of Class
org.richfaces.cdk.templatecompiler.builder.model.Argument

Packages that use Argument
org.richfaces.cdk.templatecompiler.builder.model   
org.richfaces.cdk.templatecompiler.statements   
 

Uses of Argument in org.richfaces.cdk.templatecompiler.builder.model
 

Methods in org.richfaces.cdk.templatecompiler.builder.model that return Argument
static Argument Argument.arg(java.lang.String name, ELType type)
           
 

Methods in org.richfaces.cdk.templatecompiler.builder.model that return types with arguments of type Argument
 java.util.List<Argument> JavaMethod.getArguments()
           
 

Constructors in org.richfaces.cdk.templatecompiler.builder.model with parameters of type Argument
JavaConstructor(JavaClass javaClass, Argument... arguments)
           
JavaMethod(java.lang.String name, Argument... arguments)
           
JavaMethod(java.lang.String name, ELType returnType, Argument... arguments)
           
 

Uses of Argument in org.richfaces.cdk.templatecompiler.statements
 

Constructors in org.richfaces.cdk.templatecompiler.statements with parameters of type Argument
HelperJavaMethod(java.lang.String name, ELType returnType, Argument[] arguments)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.