Uses of Interface
org.kie.dmn.feel.lang.Symbol
-
Packages that use Symbol Package Description org.kie.dmn.feel.lang org.kie.dmn.feel.lang.types org.kie.dmn.feel.runtime org.kie.dmn.feel.runtime.functions -
-
Uses of Symbol in org.kie.dmn.feel.lang
Methods in org.kie.dmn.feel.lang that return Symbol Modifier and Type Method Description SymbolScope. resolve(String id)Searches and returns a symbol with the given id if it exists.SymbolScope. resolve(String[] qualifiedName)Searches and returns a symbol with the given qualified name if it exists.Methods in org.kie.dmn.feel.lang that return types with arguments of type Symbol Modifier and Type Method Description Map<String,Symbol>Scope. getSymbols()Methods in org.kie.dmn.feel.lang with parameters of type Symbol Modifier and Type Method Description booleanScope. define(Symbol symbol)Defines a new symbol in this scope -
Uses of Symbol in org.kie.dmn.feel.lang.types
Classes in org.kie.dmn.feel.lang.types that implement Symbol Modifier and Type Class Description classBaseSymbolclassBuiltInTypeSymbolclassFunctionSymbolclassTypeSymbolclassVariableSymbolMethods in org.kie.dmn.feel.lang.types that return Symbol Modifier and Type Method Description SymbolScopeImpl. resolve(String id)SymbolScopeImpl. resolve(String[] qualifiedName)SymbolWrappingScopeImpl. resolve(String id)SymbolWrappingScopeImpl. resolve(String[] qualifiedName)Methods in org.kie.dmn.feel.lang.types that return types with arguments of type Symbol Modifier and Type Method Description Map<String,Symbol>ScopeImpl. getSymbols()Map<String,Symbol>WrappingScopeImpl. getSymbols()Methods in org.kie.dmn.feel.lang.types with parameters of type Symbol Modifier and Type Method Description booleanScopeImpl. define(Symbol symbol)booleanWrappingScopeImpl. define(Symbol symbol)Method parameters in org.kie.dmn.feel.lang.types with type arguments of type Symbol Modifier and Type Method Description static TokenTreeScopeImpl. tokenTreeFromSymbols(Map<String,Symbol> symbols) -
Uses of Symbol in org.kie.dmn.feel.runtime
Methods in org.kie.dmn.feel.runtime that return Symbol Modifier and Type Method Description SymbolFEELFunction. getSymbol()Returns the Symbol of the function -
Uses of Symbol in org.kie.dmn.feel.runtime.functions
Methods in org.kie.dmn.feel.runtime.functions that return Symbol Modifier and Type Method Description SymbolBaseFEELFunction. getSymbol()
-