Uses of Interface
dev.civl.abc.ast.node.IF.expression.CharacterConstantNode
Packages that use CharacterConstantNode
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 CharacterConstantNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return CharacterConstantNodeModifier and TypeMethodDescriptionNodeFactory.newCharacterConstantNode(Source source, String representation, ExecutionCharacter character) Returns a new character constant node. -
Uses of CharacterConstantNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return CharacterConstantNode