Uses of Interface
dev.civl.abc.ast.node.IF.statement.GotoNode
Packages that use GotoNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.statement submodule defines AST
nodes for representing statements in a program.
-
Uses of GotoNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return GotoNodeModifier and TypeMethodDescriptionNodeFactory.newGotoNode(Source source, IdentifierNode label) Constructs a new node representing agotostatement. -
Uses of GotoNode in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return GotoNode