Uses of Class
com.twineworks.tweakflow.lang.ast.aliases.AliasNode
Packages that use AliasNode
Package
Description
-
Uses of AliasNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return AliasNodeMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type AliasNode -
Uses of AliasNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors that return AliasNodeModifier and TypeMethodDescriptionMethods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type AliasNode -
Uses of AliasNode in com.twineworks.tweakflow.lang.ast.aliases
Methods in com.twineworks.tweakflow.lang.ast.aliases that return AliasNodeModifier and TypeMethodDescriptionAliasNode.copy()AliasNode.setSource(ReferenceNode source) AliasNode.setSourceInfo(SourceInfo sourceInfo) AliasNode.setSymbolName(String symbolName) -
Uses of AliasNode in com.twineworks.tweakflow.lang.ast.structure
Methods in com.twineworks.tweakflow.lang.ast.structure that return types with arguments of type AliasNodeMethod parameters in com.twineworks.tweakflow.lang.ast.structure with type arguments of type AliasNodeModifier and TypeMethodDescriptionModuleHeadNode.setAliases(List<AliasNode> aliases) ModuleNode.setAliases(List<AliasNode> aliases) -
Uses of AliasNode in com.twineworks.tweakflow.lang.parse.builders
Methods in com.twineworks.tweakflow.lang.parse.builders that return AliasNodeModifier and TypeMethodDescriptionAliasBuilder.visitAliasDef(com.twineworks.tweakflow.grammar.TweakFlowParser.AliasDefContext ctx)