Uses of Interface
com.twineworks.tweakflow.lang.scope.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in com.twineworks.tweakflow.lang.analysis
Methods in com.twineworks.tweakflow.lang.analysis that return ScopeModifier and TypeMethodDescriptionstatic ScopeAnalysisInspector.getScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) -
Uses of Scope in com.twineworks.tweakflow.lang.analysis.scope
Constructors in com.twineworks.tweakflow.lang.analysis.scope with parameters of type ScopeModifierConstructorDescriptionScopeBuilderVisitor(Scope topLevelScope) ScopeBuilderVisitor(Scope topLevelScope, boolean recovery, List<LangException> recoveryErrors) -
Uses of Scope in com.twineworks.tweakflow.lang.ast
Methods in com.twineworks.tweakflow.lang.ast that return ScopeModifier and TypeMethodDescriptionUnitNode.getPublicScope()Node.getScope()UnitNode.getUnitScope()Methods in com.twineworks.tweakflow.lang.ast with parameters of type Scope -
Uses of Scope in com.twineworks.tweakflow.lang.ast.aliases
Methods in com.twineworks.tweakflow.lang.ast.aliases that return ScopeMethods in com.twineworks.tweakflow.lang.ast.aliases with parameters of type Scope -
Uses of Scope in com.twineworks.tweakflow.lang.ast.args
Methods in com.twineworks.tweakflow.lang.ast.args that return ScopeModifier and TypeMethodDescriptionArguments.getScope()NamedArgumentNode.getScope()ParameterNode.getScope()Parameters.getScope()PositionalArgumentNode.getScope()SplatArgumentNode.getScope()Methods in com.twineworks.tweakflow.lang.ast.args with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.ast.exports
Methods in com.twineworks.tweakflow.lang.ast.exports that return ScopeMethods in com.twineworks.tweakflow.lang.ast.exports with parameters of type Scope -
Uses of Scope in com.twineworks.tweakflow.lang.ast.expressions
Fields in com.twineworks.tweakflow.lang.ast.expressions declared as ScopeMethods in com.twineworks.tweakflow.lang.ast.expressions that return ScopeModifier and TypeMethodDescriptionAExpressionNode.getScope()DebugNode.getScope()DictEntryNode.getScope()EqualNode.getScope()ValueAndTypeEqualsNode.getScope()Methods in com.twineworks.tweakflow.lang.ast.expressions with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.ast.imports
Methods in com.twineworks.tweakflow.lang.ast.imports that return ScopeModifier and TypeMethodDescriptionImportNode.getScope()ModuleImportNode.getScope()NameImportNode.getScope()Methods in com.twineworks.tweakflow.lang.ast.imports with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.ast.meta
Methods in com.twineworks.tweakflow.lang.ast.meta that return ScopeMethods in com.twineworks.tweakflow.lang.ast.meta with parameters of type Scope -
Uses of Scope in com.twineworks.tweakflow.lang.ast.partial
Methods in com.twineworks.tweakflow.lang.ast.partial that return ScopeMethods in com.twineworks.tweakflow.lang.ast.partial with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.ast.structure
Methods in com.twineworks.tweakflow.lang.ast.structure that return ScopeModifier and TypeMethodDescriptionInteractiveNode.getPublicScope()ModuleNode.getPublicScope()BindingsNode.getScope()EmptyNode.getScope()ForHead.getScope()GeneratorNode.getScope()InteractiveNode.getScope()InteractiveSectionNode.getScope()LibraryNode.getScope()ModuleHeadNode.getScope()ModuleNode.getScope()VarDecNode.getScope()VarDecs.getScope()VarDefNode.getScope()VarDefs.getScope()InteractiveNode.getUnitScope()ModuleNode.getUnitScope()Methods in com.twineworks.tweakflow.lang.ast.structure with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.ast.structure.match
Methods in com.twineworks.tweakflow.lang.ast.structure.match that return ScopeModifier and TypeMethodDescriptionCapturePatternNode.getScope()DataTypePatternNode.getScope()DefaultPatternNode.getScope()DictPatternNode.getScope()ExpressionPatternNode.getScope()HeadTailListPatternNode.getScope()InitLastListPatternNode.getScope()ListPatternNode.getScope()MatchLineNode.getScope()MatchLines.getScope()MidListPatternNode.getScope()OpenDictPatternNode.getScope()Methods in com.twineworks.tweakflow.lang.ast.structure.match with parameters of type ScopeModifier and TypeMethodDescription -
Uses of Scope in com.twineworks.tweakflow.lang.interpreter.memory
Methods in com.twineworks.tweakflow.lang.interpreter.memory that return ScopeModifier and TypeMethodDescriptionCell.getScope()GlobalMemorySpace.getScope()LocalMemorySpace.getScope()MemorySpace.getScope()Methods in com.twineworks.tweakflow.lang.interpreter.memory with parameters of type ScopeModifier and TypeMethodDescriptionConstructors in com.twineworks.tweakflow.lang.interpreter.memory with parameters of type ScopeModifierConstructorDescriptionLocalMemorySpace(MemorySpace enclosingSpace, Scope scope, MemorySpaceType memorySpaceType, com.twineworks.collections.shapemap.ConstShapeMap<Cell> cells) -
Uses of Scope in com.twineworks.tweakflow.lang.scope
Classes in com.twineworks.tweakflow.lang.scope that implement ScopeMethods in com.twineworks.tweakflow.lang.scope that return ScopeModifier and TypeMethodDescriptionGlobalScope.getEnclosingScope()LocalScope.getEnclosingScope()Scope.getEnclosingScope()Symbol.getEnclosingScope()GlobalScope.getPublicScope()LocalScope.getPublicScope()Scope.getPublicScope()Symbol.getPublicScope()Symbol.getScope()GlobalScope.setEnclosingScope(Scope scope) Scope.setEnclosingScope(Scope scope) Methods in com.twineworks.tweakflow.lang.scope with parameters of type ScopeModifier and TypeMethodDescriptionScopes.getVisibleSymbols(Scope scope) GlobalScope.setEnclosingScope(Scope scope) LocalScope.setEnclosingScope(Scope enclosingScope) Scope.setEnclosingScope(Scope scope) Symbol.setEnclosingScope(Scope enclosingScope) Constructors in com.twineworks.tweakflow.lang.scope with parameters of type ScopeModifierConstructorDescriptionLocalScope(Scope enclosingScope) LocalScope(Scope enclosingScope, ScopeType scopeType) LocalScope(Scope enclosingScope, ScopeType scopeType, boolean ordered)