| Package | Description |
|---|---|
| org.kie.dmn.feel.lang | |
| org.kie.dmn.feel.lang.types |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.getParentScope()
Returns the enclosing (parent) scope
|
Scope |
Symbol.getScope() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Scope> |
Scope.getChildScopes()
Gets a map of all children scopes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.addChildScope(Scope scope)
Adds an enclosed (child) scope
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeImpl |
| Modifier and Type | Method and Description |
|---|---|
Scope |
SymbolTable.getBuiltInScope() |
Scope |
SymbolTable.getGlobalScope() |
Scope |
ScopeImpl.getParentScope() |
Scope |
BaseSymbol.getScope() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Scope> |
ScopeImpl.getChildScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeImpl.addChildScope(Scope scope) |
void |
ScopeImpl.setParentScope(Scope parentScope) |
void |
BaseSymbol.setScope(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeImpl.setChildScopes(Map<String,Scope> childScopes) |
| Constructor and Description |
|---|
BaseSymbol(String id,
Scope scope) |
BaseSymbol(String id,
Type type,
Scope scope) |
BuiltInTypeSymbol(String id,
Type type,
Scope scope) |
FunctionSymbol(String id,
Scope scope,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
Scope scope,
FEELFunction evaluator) |
ScopeImpl(String name,
Scope parentScope) |
VariableSymbol(String id,
Scope scope) |
VariableSymbol(String id,
Type type,
Scope scope) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.