railo.transformer.bytecode.expression.var
Class DynAssign

java.lang.Object
  extended by railo.transformer.bytecode.expression.ExpressionBase
      extended by railo.transformer.bytecode.expression.var.DynAssign
All Implemented Interfaces:
Expression

public final class DynAssign
extends ExpressionBase


Field Summary
 
Fields inherited from interface railo.transformer.bytecode.expression.Expression
MODE_REF, MODE_VALUE
 
Constructor Summary
DynAssign(Expression name, Expression value)
          Constructor of the class
DynAssign(int line)
           
 
Method Summary
 org.objectweb.asm.Type _writeOut(BytecodeContext bc, int mode)
          write out the stament to the adater
 ExprString getName()
           
 Expression getValue()
           
 
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

DynAssign

public DynAssign(int line)

DynAssign

public DynAssign(Expression name,
                 Expression value)
Constructor of the class

Parameters:
name -
value -
Method Detail

_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
See Also:
railo.transformer.bytecode.expression.ExpressionBase#_writeOut(org.objectweb.asm.commons.GeneratorAdapter, int)

getName

public ExprString getName()
Returns:
the name

getValue

public Expression getValue()
Returns:
the value


Copyright © 2012 Railo