Uses of Interface
dev.civl.abc.ast.node.IF.statement.WithNode
Packages that use WithNode
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 WithNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return WithNodeModifier and TypeMethodDescriptionNodeFactory.newWithNode(Source source, ExpressionNode stateRef, StatementNode statement) Create a newWithNodeNodeFactory.newWithNode(Source source, ExpressionNode stateRef, StatementNode statement, boolean isParallel) Create a newWithNode -
Uses of WithNode in dev.civl.abc.ast.node.IF.statement
Methods in dev.civl.abc.ast.node.IF.statement that return WithNode