Uses of Interface
dev.civl.abc.ast.node.IF.expression.RegularRangeNode
Packages that use RegularRangeNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of RegularRangeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return RegularRangeNodeModifier and TypeMethodDescriptionNodeFactory.newRegularRangeNode(Source source, ExpressionNode low, ExpressionNode high) Constructs a new CIVL-C regular range expression, which has the formlo ..NodeFactory.newRegularRangeNode(Source source, ExpressionNode low, ExpressionNode high, ExpressionNode step) Constructs a new CIVL-C regular range expression, which has the formlo ..Methods in dev.civl.abc.ast.node.IF with parameters of type RegularRangeNodeModifier and TypeMethodDescriptionNodeFactory.newFocusOrderedNode(Source source, TokenFactory tokenFactory, String focusTag, OperatorNode operator, RegularRangeNode range, ExpressionNode expr)