Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.type.scope |
Modifier and Type | Method and Description |
---|---|
Local |
PageContextImpl.localScope() |
abstract Local |
PageContext.localScope() |
Local |
PageContextImpl.localScope(boolean bind) |
abstract Local |
PageContext.localScope(boolean bind) |
Modifier and Type | Method and Description |
---|---|
void |
PageContextImpl.setFunctionScopes(Local local,
Argument argument) |
abstract void |
PageContext.setFunctionScopes(Local local,
Argument argument) |
Modifier and Type | Class and Description |
---|---|
class |
LocalImpl |
class |
LocalNotSupportedScope |
Modifier and Type | Method and Description |
---|---|
Local |
CallerImpl.getLocalScope() |
Local |
Caller.getLocalScope() |
Local |
UndefinedImpl.localScope() |
Local |
Undefined.localScope() |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ClosureScope(PageContext pc,
Argument arg,
Local local,
Variables var) |
Copyright © 2015 Lucee