railo.runtime.interpreter.ref.func
Class UDFCall
java.lang.Object
railo.runtime.interpreter.ref.RefSupport
railo.runtime.interpreter.ref.func.UDFCall
- All Implemented Interfaces:
- Ref
public final class UDFCall
- extends RefSupport
- implements Ref
call of a User defined Function
UDFCall
public UDFCall(PageContext pc,
Ref parent,
String name,
Ref[] arguments)
- Parameters:
pc
- parent
- name
- arguments
-
UDFCall
public UDFCall(PageContext pc,
Ref parent,
Ref refName,
Ref[] arguments)
- Parameters:
pc
- parent
- refName
- arguments
-
getValue
public Object getValue()
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
- See Also:
Ref.getValue()
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
- See Also:
Ref.getTypeName()
Copyright © 2012 Railo