Uses of Class
com.twineworks.tweakflow.lang.scope.Symbol
Packages that use Symbol
Package
Description
-
Uses of Symbol in com.twineworks.tweakflow.lang.analysis
Methods in com.twineworks.tweakflow.lang.analysis that return types with arguments of type SymbolModifier and TypeMethodDescriptionAnalysisSet.getDependants()AnalysisSet.getDependants()AnalysisSet.getDependencies()AnalysisSet.getDependencies()Method parameters in com.twineworks.tweakflow.lang.analysis with type arguments of type SymbolModifier and TypeMethodDescriptionAnalysisSet.setDependants(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependants) AnalysisSet.setDependants(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependants) AnalysisSet.setDependencies(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependencies) AnalysisSet.setDependencies(IdentityHashMap<Symbol, LinkedHashSet<Symbol>> dependencies) -
Uses of Symbol in com.twineworks.tweakflow.lang.analysis.references
Methods in com.twineworks.tweakflow.lang.analysis.references that return types with arguments of type SymbolModifier and TypeMethodDescriptionDependencyVerificationVisitor.getDirectDependencies()DependencyVerificationVisitor.getDirectDependencies()DependencyVerificationVisitor.getVarDependencies()DependencyVerificationVisitor.getVarDependencies() -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.aliases
Methods in com.twineworks.tweakflow.lang.ast.aliases that return Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.exports
Methods in com.twineworks.tweakflow.lang.ast.exports that return Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return SymbolMethods in com.twineworks.tweakflow.lang.ast.expressions with parameters of type Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.imports
Methods in com.twineworks.tweakflow.lang.ast.imports that return Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.structure
Methods in com.twineworks.tweakflow.lang.ast.structure that return SymbolModifier and TypeMethodDescriptionInteractiveNode.getExportSymbol()ModuleNode.getExportSymbol()GeneratorNode.getSymbol()InteractiveNode.getSymbol()InteractiveSectionNode.getSymbol()LibraryNode.getSymbol()ModuleNode.getSymbol()VarDefNode.getSymbol()Methods in com.twineworks.tweakflow.lang.ast.structure with parameters of type SymbolModifier and TypeMethodDescriptionInteractiveNode.setUnitSymbol(Symbol unitSymbol) ModuleNode.setUnitSymbol(Symbol unitSymbol) -
Uses of Symbol in com.twineworks.tweakflow.lang.ast.structure.match
Methods in com.twineworks.tweakflow.lang.ast.structure.match that return Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.interpreter.memory
Methods in com.twineworks.tweakflow.lang.interpreter.memory that return SymbolMethods in com.twineworks.tweakflow.lang.interpreter.memory with parameters of type Symbol -
Uses of Symbol in com.twineworks.tweakflow.lang.scope
Methods in com.twineworks.tweakflow.lang.scope that return SymbolModifier and TypeMethodDescriptionSymbol.getRef()static SymbolScopes.resolve(ReferenceNode node) static SymbolScopes.resolve(ReferenceNode node, boolean recovery, List<LangException> recoveryErrors) Symbol.setEnclosingScope(Scope enclosingScope) Symbol.setExport(boolean export) Symbol.setNode(SymbolNode node) Symbol.setRefName(String refName) Symbol.setRefNode(ReferenceNode refNode) Symbol.setSymbols(Map<String, Symbol> symbols) Symbol.setTarget(SymbolTarget target) Symbol.setType(SymbolType type) Symbol.setVarType(Type varType) Methods in com.twineworks.tweakflow.lang.scope that return types with arguments of type SymbolModifier and TypeMethodDescriptionGlobalScope.getDependencyOrderedSymbols()LocalScope.getDependencyOrderedSymbols()Scope.getDependencyOrderedSymbols()Symbol.getDependencyOrderedSymbols()GlobalScope.getSymbols()LocalScope.getSymbols()Scope.getSymbols()Symbol.getSymbols()Scopes.getVisibleSymbols(Scope scope) Methods in com.twineworks.tweakflow.lang.scope with parameters of type SymbolMethod parameters in com.twineworks.tweakflow.lang.scope with type arguments of type SymbolModifier and TypeMethodDescriptionvoidGlobalScope.setDependencyOrderedSymbols(List<Symbol> dependencyOrderedSymbols) voidLocalScope.setDependencyOrderedSymbols(List<Symbol> dependencyOrderedSymbols) voidScope.setDependencyOrderedSymbols(List<Symbol> symbols) voidSymbol.setDependencyOrderedSymbols(List<Symbol> dependencyOrderedSymbols) Symbol.setSymbols(Map<String, Symbol> symbols)