Uses of Enum Class
dev.civl.abc.ast.node.IF.type.TypeNode.TypeNodeKind
Packages that use TypeNode.TypeNodeKind
Package
Description
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
-
Uses of TypeNode.TypeNodeKind in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return TypeNode.TypeNodeKindModifier and TypeMethodDescriptionTypeNode.kind()The kind of type name this is.static TypeNode.TypeNodeKindReturns the enum constant of this class with the specified name.static TypeNode.TypeNodeKind[]TypeNode.TypeNodeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.