Uses of Interface
dev.civl.abc.ast.node.IF.expression.GenericSelectionNode
Packages that use GenericSelectionNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of GenericSelectionNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return GenericSelectionNodeModifier and TypeMethodDescriptionNodeFactory.newGenericSelectionNode(Source source, ExpressionNode controllingExpression, ExpressionNode defaultExpression, SequenceNode<GenericAssociationNode> genericAssociationList) Constructs a new generic selection node, used to select an expression to evaluate at compile time based on the type of the controlling expression. -
Uses of GenericSelectionNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return GenericSelectionNode