|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwExprExternalScope | |
---|---|
com.wewebu.expression.language |
Uses of OwExprExternalScope in com.wewebu.expression.language |
---|
Subclasses of OwExprExternalScope in com.wewebu.expression.language | |
---|---|
class |
OwExprReflectiveScope
Reflective scopes are external scopes that rely on POJOs to prelevate functions and properties. Getters of the underlying POJO will be interpreted as properties and methods will be interpreted as functions. |
class |
OwExprSystem
The system scope is the default top level scope. |
Methods in com.wewebu.expression.language with parameters of type OwExprExternalScope | |
---|---|
void |
OwExprExternalScope.addScope(OwExprExternalScope externalScope_p)
Adds a sub scope to this scope. Scopes are stored as properties of this scope. |
OwExprValue |
OwExprExpression.evaluate(OwExprExternalScope[] externalScopes_p)
Evaluates this expression. |
boolean |
OwExprExpression.symbolsVisibleInScopes(OwExprExternalScope[] externalScopes_p)
Pre-evaluation optional symbol visibility check method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |