Package | Description |
---|---|
com.wewebu.expression.language |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.