Uses of Interface
railo.runtime.type.FunctionArgument

Packages that use FunctionArgument
railo.runtime.exp   
railo.runtime.type   
railo.runtime.type.trace   
 

Uses of FunctionArgument in railo.runtime.exp
 

Constructors in railo.runtime.exp with parameters of type FunctionArgument
UDFCasterException(UDF udf, FunctionArgument arg, Object value, int index)
           
 

Uses of FunctionArgument in railo.runtime.type
 

Classes in railo.runtime.type that implement FunctionArgument
 class FunctionArgumentImpl
          a single argument of a function
 class FunctionArgumentLight
          a single argument of a function, this is lightway function, just contain name and type (return default value for the rest)
 

Fields in railo.runtime.type declared as FunctionArgument
 FunctionArgument[] UDFPropertiesImpl.arguments
           
 

Methods in railo.runtime.type that return FunctionArgument
 FunctionArgument[] UDFGSProperty.getFunctionArguments()
           
 FunctionArgument[] UDFImpl.getFunctionArguments()
           
 FunctionArgument[] UDF.getFunctionArguments()
          return all function arguments of this UDF
 

Methods in railo.runtime.type with parameters of type FunctionArgument
static void UDFImpl.argumentCollection(Struct values, FunctionArgument[] funcArgs)
           
static boolean FunctionArgumentImpl.equals(FunctionArgument left, FunctionArgument right)
           
 

Constructors in railo.runtime.type with parameters of type FunctionArgument
UDFGSProperty(ComponentImpl component, String name, FunctionArgument[] arguments, short rtnType, String rtnFormat)
           
UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access)
          Deprecated. only supported for very old compile templates in .ra archives
UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access, Boolean bufferOutput, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, Integer localMode, StructImpl meta)
           
UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, StructImpl meta)
          Deprecated. only supported for old compile templates in .ra archives
UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, int access, Boolean bufferOutput, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, Integer localMode, StructImpl meta)
           
UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, StructImpl meta)
          Deprecated. only supported for old compile templates in .ra archives
 

Uses of FunctionArgument in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that return FunctionArgument
 FunctionArgument[] TOUDF.getFunctionArguments()
           
 



Copyright © 2012 Railo