railo.runtime.interpreter.ref.op
Class BigMinus

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

public final class BigMinus
extends Big

Minus operation


Constructor Summary
BigMinus(Ref left, Ref right)
          constructor of the class
 
Method Summary
 Object getValue(PageContext pc)
          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

BigMinus

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

Parameters:
left -
right -
Method Detail

getValue

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

Returns:
value to reference
Throws:
PageException


Copyright © 2012 Railo