Uses of Class
railo.transformer.bytecode.expression.var.Variable

Packages that use Variable
railo.transformer.bytecode.expression.var   
railo.transformer.bytecode.literal   
railo.transformer.bytecode.op   
railo.transformer.bytecode.statement   
 

Uses of Variable in railo.transformer.bytecode.expression.var
 

Methods in railo.transformer.bytecode.expression.var that return Variable
 Variable Assign.getVariable()
           
 

Methods in railo.transformer.bytecode.expression.var with parameters of type Variable
static String VariableString.variableToString(Variable var, boolean rawIfPossible)
           
static String[] VariableString.variableToStringArray(Variable var, boolean rawIfPossible)
           
 

Constructors in railo.transformer.bytecode.expression.var with parameters of type Variable
Assign(Variable variable, Expression value)
          Constructor of the class
VariableRef(Variable variable)
           
 

Uses of Variable in railo.transformer.bytecode.literal
 

Methods in railo.transformer.bytecode.literal that return Variable
 Variable Null.toVariable()
           
 

Uses of Variable in railo.transformer.bytecode.op
 

Methods in railo.transformer.bytecode.op with parameters of type Variable
static Expression OpElvis.toExpr(Variable left, Expression right)
           
 

Constructors in railo.transformer.bytecode.op with parameters of type Variable
OpVariable(Variable variable, double value)
           
OpVariable(Variable variable, Expression value)
           
 

Uses of Variable in railo.transformer.bytecode.statement
 

Constructors in railo.transformer.bytecode.statement with parameters of type Variable
ForEach(Variable key, Variable value, Body body, Position start, Position end, String label)
          Constructor of the class
 



Copyright © 2012 Railo