railo.runtime.interpreter.ref.op
Class Plus
java.lang.Object
railo.runtime.interpreter.ref.RefSupport
railo.runtime.interpreter.ref.op.Plus
- All Implemented Interfaces:
- Ref
public final class Plus
- extends RefSupport
- implements Ref
Plus operation
Constructor Summary |
Plus(Ref left,
Ref right)
constructor of the class |
Plus
public Plus(Ref left,
Ref right)
- constructor of the class
- Parameters:
left
- right
-
getValue
public Object getValue(PageContext pc)
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
getValue
in interface Ref
- Returns:
- value to reference
- Throws:
PageException
getTypeName
public String getTypeName()
- Description copied from interface:
Ref
- return the name name of a reference
- Specified by:
getTypeName
in interface Ref
- Returns:
- type as string
Copyright © 2012 Railo