Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.type | |
lucee.runtime.type.scope |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentScope |
Modifier and Type | Class and Description |
---|---|
class |
ComponentScopeShadow |
class |
ComponentScopeThis |
Modifier and Type | Method and Description |
---|---|
Variables |
ComponentImpl.beforeCall(PageContext pc)
will be called before executing method or constructor
|
Variables |
PageContextImpl.variablesScope() |
abstract Variables |
PageContext.variablesScope() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentImpl.afterCall(PageContext pc,
Variables parent)
Deprecated.
replaced with
afterConstructor(PageContext pc, Variables parent) |
void |
ComponentImpl.afterConstructor(PageContext pc,
Variables parent)
will be called after invoking constructor, only invoked by constructor (component body execution)
|
void |
PageContextImpl.setVariablesScope(Variables variables) |
abstract void |
PageContext.setVariablesScope(Variables scope)
set a other variable scope
|
Constructor and Description |
---|
Closure(UDFProperties properties,
Variables variables) |
Modifier and Type | Class and Description |
---|---|
class |
ClosureScope |
class |
VariablesImpl |
Modifier and Type | Method and Description |
---|---|
Variables |
ClosureScope.getVariables() |
Variables |
CallerImpl.getVariablesScope() |
Variables |
Caller.getVariablesScope() |
Variables |
UndefinedImpl.variablesScope() |
Variables |
Undefined.variablesScope() |
Modifier and Type | Method and Description |
---|---|
static void |
UndefinedImpl.debugCascadedAccess(PageContext pc,
Variables var,
Object value,
Collection.Key key) |
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
|
void |
UndefinedImpl.setVariableScope(Variables scope) |
void |
Undefined.setVariableScope(Variables scope)
change the variable scope
|
Constructor and Description |
---|
ClosureScope(PageContext pc,
Argument arg,
Local local,
Variables var) |
Copyright © 2015 Lucee