Uses of Interface
dev.civl.abc.ast.node.IF.statement.LoopNode
Packages that use LoopNode
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 LoopNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return LoopNodeModifier and TypeMethodDescriptionNodeFactory.newDoLoopNode(Source source, ExpressionNode condition, StatementNode body, SequenceNode<ContractNode> contracts) Constructs a new node representing ado...whileloop.NodeFactory.newWhileLoopNode(Source source, ExpressionNode condition, StatementNode body, SequenceNode<ContractNode> contracts) Constructs a new node representing awhileloop. -
Uses of LoopNode in dev.civl.abc.ast.node.IF.statement
Subinterfaces of LoopNode in dev.civl.abc.ast.node.IF.statementModifier and TypeInterfaceDescriptioninterfaceA for loop, in addition to the expression and body that all loops possess, has an initializer and incrementer.Methods in dev.civl.abc.ast.node.IF.statement that return LoopNode