Uses of Interface
dev.civl.abc.ast.node.IF.statement.JumpNode
Packages that use JumpNode
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 JumpNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return JumpNodeModifier and TypeMethodDescriptionNodeFactory.newBreakNode(Source source) Creates a new node representing the Cbreakstatement, used in a loop orswitchbody to direct control to the location just after the loop orswitchconstruct.NodeFactory.newContinueNode(Source source) Creates a new node representing the Ccontinuestatement, used in a loop body to direct control to the next loop iteration. -
Uses of JumpNode in dev.civl.abc.ast.node.IF.statement
Subinterfaces of JumpNode in dev.civl.abc.ast.node.IF.statementModifier and TypeInterfaceDescriptioninterfaceRepresents a C "goto labelName;" statement.interfaceMethods in dev.civl.abc.ast.node.IF.statement that return JumpNode