railo.runtime.interpreter.ref.func
Class BIFCall

java.lang.Object
  extended by railo.runtime.interpreter.ref.RefSupport
      extended by railo.runtime.interpreter.ref.func.BIFCall
All Implemented Interfaces:
Ref

public final class BIFCall
extends RefSupport
implements Ref

a built In Function call


Constructor Summary
BIFCall(FunctionLibFunction flf, Ref[] refArgs)
          constructor of the class
BIFCall(Object obj, FunctionLibFunction flf, Ref[] refArgs)
           
 
Method Summary
 String getTypeName()
          return the name name of a reference
 Object getValue(PageContext pc)
          return the value for that the reference is for
 
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

BIFCall

public BIFCall(FunctionLibFunction flf,
               Ref[] refArgs)
constructor of the class

Parameters:
pc -
flf -
refArgs -

BIFCall

public BIFCall(Object obj,
               FunctionLibFunction flf,
               Ref[] refArgs)
Method Detail

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