public class Assign extends ExpressionBase
MODE_REF, MODE_VALUE
Constructor and Description |
---|
Assign(Variable variable,
Expression value,
Position end)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater
|
Expression |
getValue() |
Variable |
getVariable() |
public Assign(Variable variable, Expression value, Position end)
variable
- value
- public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class ExpressionBase
BytecodeException
public Expression getValue()
public Variable getVariable()
Copyright © 2015 Lucee