Uses of Class
com.twineworks.tweakflow.lang.ast.structure.VarDecNode
Packages that use VarDecNode
Package
Description
-
Uses of VarDecNode in com.twineworks.tweakflow.lang.analysis.scope
Methods in com.twineworks.tweakflow.lang.analysis.scope that return VarDecNodeMethods in com.twineworks.tweakflow.lang.analysis.scope with parameters of type VarDecNode -
Uses of VarDecNode in com.twineworks.tweakflow.lang.analysis.visitors
Methods in com.twineworks.tweakflow.lang.analysis.visitors that return VarDecNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(VarDecNode node) AVisitor.visit(VarDecNode node) Visitor.visit(VarDecNode node) Methods in com.twineworks.tweakflow.lang.analysis.visitors with parameters of type VarDecNodeModifier and TypeMethodDescriptionAExpressionDescendingVisitor.visit(VarDecNode node) AVisitor.visit(VarDecNode node) Visitor.visit(VarDecNode node) -
Uses of VarDecNode in com.twineworks.tweakflow.lang.ast.expressions
Methods in com.twineworks.tweakflow.lang.ast.expressions that return VarDecNodeModifier and TypeMethodDescriptionTryCatchNode.getCaughtException()TryCatchNode.getCaughtTrace()Methods in com.twineworks.tweakflow.lang.ast.expressions with parameters of type VarDecNodeModifier and TypeMethodDescriptionTryCatchNode.setCaughtException(VarDecNode caughtException) TryCatchNode.setCaughtTrace(VarDecNode caughtTrace) -
Uses of VarDecNode in com.twineworks.tweakflow.lang.ast.structure
Methods in com.twineworks.tweakflow.lang.ast.structure that return VarDecNodeModifier and TypeMethodDescriptionVarDecNode.copy()VarDecNode.setDeclaredType(Type declaredType) VarDecNode.setSourceInfo(SourceInfo sourceInfo) VarDecNode.setSymbolName(String name) Methods in com.twineworks.tweakflow.lang.ast.structure that return types with arguments of type VarDecNodeMethod parameters in com.twineworks.tweakflow.lang.ast.structure with type arguments of type VarDecNode