Uses of Class
orc.ast.xml.expression.argument.Argument

Packages that use Argument
orc.ast.oil.expression.argument   
orc.ast.xml.expression   
orc.ast.xml.expression.argument   
 

Uses of Argument in orc.ast.oil.expression.argument
 

Methods in orc.ast.oil.expression.argument that return Argument
 Argument Variable.marshal()
           
 Argument Site.marshal()
           
 Argument Field.marshal()
           
 Argument Constant.marshal()
           
abstract  Argument Argument.marshal()
           
 

Uses of Argument in orc.ast.xml.expression
 

Fields in orc.ast.xml.expression declared as Argument
 Argument[] Call.arguments
           
 Argument Call.callee
           
 

Constructors in orc.ast.xml.expression with parameters of type Argument
Call(Argument callee, Argument[] arguments, Type[] typeArgs)
           
Call(Argument callee, Argument[] arguments, Type[] typeArgs)
           
 

Uses of Argument in orc.ast.xml.expression.argument
 

Subclasses of Argument in orc.ast.xml.expression.argument
 class Constant
           
 class Field
           
 class Site
           
 class Variable