|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Scope local,
Argument argument)
|
Uses of Argument in railo.runtime.type.scope |
---|
Subinterfaces of Argument in railo.runtime.type.scope | |
---|---|
interface |
ArgumentPro
|
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 |
ScopeFactory.getArgumentInstance()
|
Argument |
CallerImpl.getArgumentsScope()
FUTURE add to intrface Caller |
Methods in railo.runtime.type.scope with parameters of type Argument | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |