railo.runtime.interpreter.ref.op
Class BigIntDiv

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.BigIntDiv
All Implemented Interfaces:
Ref

public final class BigIntDiv
extends Big

Dividie operation


Constructor Summary
BigIntDiv(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

BigIntDiv

public BigIntDiv(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