|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.expression.var.Assign
railo.transformer.bytecode.op.OpVariable
public final class OpVariable
Field Summary |
---|
Fields inherited from interface railo.transformer.bytecode.expression.Expression |
---|
MODE_REF, MODE_VALUE |
Constructor Summary | |
---|---|
OpVariable(Variable variable,
double value)
|
|
OpVariable(Variable variable,
Expression value)
|
Method Summary |
---|
Methods inherited from class railo.transformer.bytecode.expression.var.Assign |
---|
_writeOut, getValue, getVariable |
Methods inherited from class railo.transformer.bytecode.expression.ExpressionBase |
---|
getLine, setLine, writeOut |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpVariable(Variable variable, Expression value)
public OpVariable(Variable variable, double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |