railo.transformer.bytecode.expression.var
Class Assign
java.lang.Object
railo.transformer.bytecode.expression.ExpressionBase
railo.transformer.bytecode.expression.var.Assign
- All Implemented Interfaces:
- Expression
- Direct Known Subclasses:
- OpVariable
public class Assign
- extends ExpressionBase
Assign
public Assign(Variable variable,
Expression value)
- Constructor of the class
- Parameters:
variable
- value
-
_writeOut
public org.objectweb.asm.Type _writeOut(BytecodeContext bc,
int mode)
throws BytecodeException
- Description copied from class:
ExpressionBase
- write out the stament to the adater
- Specified by:
_writeOut
in class ExpressionBase
- Returns:
- return Type of expression
- Throws:
BytecodeException
getValue
public Expression getValue()
- Returns:
- the value
getVariable
public Variable getVariable()
- Returns:
- the variable
Copyright © 2012 Railo