Uses of Interface
org.kie.dmn.feel.lang.Scope
-
Packages that use Scope Package Description org.kie.dmn.feel.lang org.kie.dmn.feel.lang.types org.kie.dmn.feel.parser.feel11 -
-
Uses of Scope in org.kie.dmn.feel.lang
Methods in org.kie.dmn.feel.lang that return Scope Modifier and Type Method Description ScopeScope. getParentScope()Returns the enclosing (parent) scopeScopeSymbol. getScope()Methods in org.kie.dmn.feel.lang that return types with arguments of type Scope Modifier and Type Method Description Map<String,Scope>Scope. getChildScopes()Gets a map of all children scopes.Methods in org.kie.dmn.feel.lang with parameters of type Scope Modifier and Type Method Description voidScope. addChildScope(Scope scope)Adds an enclosed (child) scope -
Uses of Scope in org.kie.dmn.feel.lang.types
Classes in org.kie.dmn.feel.lang.types that implement Scope Modifier and Type Class Description classScopeImplclassWrappingScopeImplMethods in org.kie.dmn.feel.lang.types that return Scope Modifier and Type Method Description ScopeSymbolTable. getBuiltInScope()ScopeSymbolTable. getGlobalScope()ScopeDefaultBuiltinFEELTypeRegistry. getItemDefScope(Scope parent)ScopeFEELTypeRegistry. getItemDefScope(Scope parent)ScopeScopeImpl. getParentScope()ScopeWrappingScopeImpl. getParentScope()ScopeBaseSymbol. getScope()Methods in org.kie.dmn.feel.lang.types that return types with arguments of type Scope Modifier and Type Method Description Map<String,Scope>ScopeImpl. getChildScopes()Map<String,Scope>WrappingScopeImpl. getChildScopes()Methods in org.kie.dmn.feel.lang.types with parameters of type Scope Modifier and Type Method Description voidScopeImpl. addChildScope(Scope scope)voidWrappingScopeImpl. addChildScope(Scope scope)ScopeDefaultBuiltinFEELTypeRegistry. getItemDefScope(Scope parent)ScopeFEELTypeRegistry. getItemDefScope(Scope parent)voidScopeImpl. setParentScope(Scope parentScope)voidBaseSymbol. setScope(Scope scope)Method parameters in org.kie.dmn.feel.lang.types with type arguments of type Scope Modifier and Type Method Description voidScopeImpl. setChildScopes(Map<String,Scope> childScopes)Constructors in org.kie.dmn.feel.lang.types with parameters of type Scope Constructor 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)ScopeImpl(String name, Scope parentScope, Type type)VariableSymbol(String id, Scope scope)VariableSymbol(String id, Type type, Scope scope)WrappingScopeImpl(Scope wrapping, Scope parentScope) -
Uses of Scope in org.kie.dmn.feel.parser.feel11
Methods in org.kie.dmn.feel.parser.feel11 with parameters of type Scope Modifier and Type Method Description static booleanFEELParser. isVariableNamePartValid(String namePart, Scope scope)Either namePart is a string of digits, or it must be a valid name itself
-