Uses of Interface
railo.runtime.type.scope.Argument

Packages that use Argument
railo.runtime   
railo.runtime.type.scope   
 

Uses of Argument in railo.runtime
 

Methods in railo.runtime that return Argument
 Argument PageContextImpl.argumentsScope()
           
abstract  Argument PageContext.argumentsScope()
           
 Argument PageContextImpl.argumentsScope(boolean bind)
           
abstract  Argument PageContext.argumentsScope(boolean bind)
          return the argument scope
 

Methods in railo.runtime with parameters of type Argument
 void PageContextImpl.setFunctionScopes(Local local, Argument argument)
           
abstract  void PageContext.setFunctionScopes(Local local, Argument argument)
           
 

Uses of Argument in railo.runtime.type.scope
 

Classes in railo.runtime.type.scope that implement Argument
 class ArgumentImpl
          implementation of the argument scope
 class ArgumentThreadImpl
           
 

Methods in railo.runtime.type.scope that return Argument
 Argument UndefinedImpl.argumentsScope()
           
 Argument Undefined.argumentsScope()
           
 Argument ScopeFactory.getArgumentInstance()
           
 Argument CallerImpl.getArgumentsScope()
           
 Argument Caller.getArgumentsScope()
           
 

Methods in railo.runtime.type.scope with parameters of type Argument
 void ScopeFactory.recycle(Argument argument)
           
 void UndefinedImpl.setFunctionScopes(Local local, Argument argument)
           
 void Undefined.setFunctionScopes(Local local, Argument argument)
          sets the functions scopes
 void CallerImpl.setScope(Variables variablesScope, Local localScope, Argument argumentsScope, boolean checkArgs)
           
 void Caller.setScope(Variables variablesScope, Local localScope, Argument argumentsScope, boolean checkArgs)
          sets the scopes
static Array ArgumentImpl.toArray(Argument arg)
          converts a argument scope to a regular array
static Struct ArgumentImpl.toStruct(Argument arg)
          converts a argument scope to a regular struct
 

Constructors in railo.runtime.type.scope with parameters of type Argument
Closure(PageContext pc, Argument arg, Local local, Variables var)
           
 



Copyright © 2012 Railo