Package railo.runtime.type

Interface Summary
Array  
Collection interface collection, used for all collection types of railo (array, struct, query)
Collection.Key  
ComponentMethod  
FunctionArgument a function argument definition
FunctionValue represent a named function value for a functions
Iterator Interface for a simple Iterator
Iteratorable interface that define that in a class a iterator is aviable
Objects Hold a native or wild object, to use id inside railo runtime
Query inteface for resultset (query) object
QueryColumn represent a Single column of a query object
Scope abstract class for all cold fusion scopes
Sizeable  
Struct  
UDF a user defined function
UserDefinedFunction Deprecated. replaced with UDF