Uses of Enum Class
dev.civl.abc.ast.node.IF.ASTNode.NodeKind
Packages that use ASTNode.NodeKind
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of ASTNode.NodeKind in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ASTNode.NodeKindModifier and TypeMethodDescriptionASTNode.nodeKind()Returns the node kind: this is an element of the enumerated typeASTNode.NodeKind, which is used to categorize the different kinds of nodes.static ASTNode.NodeKindReturns the enum constant of this class with the specified name.static ASTNode.NodeKind[]ASTNode.NodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.