public final class DynAssign extends ExpressionBase
MODE_REF, MODE_VALUE
Constructor and Description |
---|
DynAssign(Expression name,
Expression value)
Constructor of the class
|
DynAssign(Position start,
Position end) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
_writeOut(BytecodeContext bc,
int mode)
write out the stament to the adater
|
ExprString |
getName() |
Expression |
getValue() |
public DynAssign(Expression name, Expression value)
name
- value
- public org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode) throws BytecodeException
ExpressionBase
_writeOut
in class ExpressionBase
BytecodeException
lucee.transformer.bytecode.expression.ExpressionBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)
public ExprString getName()
public Expression getValue()
Copyright © 2015 Lucee