railo.transformer.bytecode.op
Class OpVariable

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

public final class OpVariable
extends Assign


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

OpVariable

public OpVariable(Variable variable,
                  Expression value)

OpVariable

public OpVariable(Variable variable,
                  double value)


Copyright © 2012 Railo