Package | Description |
---|---|
org.kie.dmn.feel.lang | |
org.kie.dmn.feel.lang.types | |
org.kie.dmn.feel.runtime | |
org.kie.dmn.feel.runtime.functions |
Modifier and Type | Method and Description |
---|---|
Symbol |
Scope.resolve(String id)
Searches and returns a symbol with the given
id if it exists.
|
Symbol |
Scope.resolve(String[] qualifiedName)
Searches and returns a symbol with the given
qualified name if it exists.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Symbol> |
Scope.getSymbols() |
Modifier and Type | Method and Description |
---|---|
boolean |
Scope.define(Symbol symbol)
Defines a new symbol in this scope
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSymbol |
class |
BuiltInTypeSymbol |
class |
FunctionSymbol |
class |
VariableSymbol |
Modifier and Type | Method and Description |
---|---|
Symbol |
BuiltInType.getSymbol() |
Symbol |
ScopeImpl.resolve(String id) |
Symbol |
ScopeImpl.resolve(String[] qualifiedName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Symbol> |
ScopeImpl.getSymbols() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopeImpl.define(Symbol symbol) |
Modifier and Type | Method and Description |
---|---|
Symbol |
FEELFunction.getSymbol()
Returns the Symbol of the function
|
Modifier and Type | Method and Description |
---|---|
Symbol |
BaseFEELFunction.getSymbol() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.