Uses of Class
jcaas.script_nodes.Identifier

Packages that use Identifier
jcaas.script_nodes   
 

Uses of Identifier in jcaas.script_nodes
 

Methods in jcaas.script_nodes with parameters of type Identifier
 Function FunctionMap.getFunction(SObject actor, Identifier id)
           
 JFunction Context.getMethodFunction(Identifier obj_id, Identifier method_id)
           
 StaticFunction FunctionMap.getStaticFunc(Identifier id)
           
 StaticFunction Context.getStaticFunction(Identifier id)
           
 boolean FunctionMap.putStaticFunc(Identifier id, StaticFunction func)
           
 

Constructors in jcaas.script_nodes with parameters of type Identifier
ArithmeticFactor(Identifier x)
          Constructor for when arithmetic_factor ::= IDENTIFIER.
Assignment(Identifier id, ArithmeticExpression exp)
          Constructor for when assign_stmt ::= IDENTIFIER = arithmetic_exp.
FunctionCall(Identifier id)
          Constructor for when the function has no arguments.
FunctionCall(Identifier id, ArgumentList list)
          Constructor for the rule func_stmt ::= IDENTIFIER ( argument_list )
MethodCall(Identifier obj_id, Identifier method_id, ArgumentList args)
           
Note(Identifier id)