railo.runtime.interpreter.ref.op
Class BigDiv

java.lang.Object
  extended by railo.runtime.interpreter.ref.RefSupport
      extended by railo.runtime.interpreter.ref.op.Big
          extended by railo.runtime.interpreter.ref.op.BigDiv
All Implemented Interfaces:
Ref

public final class BigDiv
extends Big

Dividie operation


Constructor Summary
BigDiv(Ref left, Ref right)
          constructor of the class
 
Method Summary
 Object getValue()
          return the value for that the reference is for
 
Methods inherited from class railo.runtime.interpreter.ref.op.Big
getTypeName
 
Methods inherited from class railo.runtime.interpreter.ref.RefSupport
eeq, getCollection, touchValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.interpreter.ref.Ref
eeq, getCollection, touchValue
 

Constructor Detail

BigDiv

public BigDiv(Ref left,
              Ref right)
constructor of the class

Parameters:
left -
right -
Method Detail

getValue

public Object getValue()
                throws PageException
Description copied from interface: Ref
return the value for that the reference is for

Returns:
value to reference
Throws:
PageException
See Also:
Ref.getValue()


Copyright © 2012 Railo