Uses of Interface
dev.civl.abc.ast.node.IF.type.BasicTypeNode
Packages that use BasicTypeNode
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
-
Uses of BasicTypeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return BasicTypeNodeModifier and TypeMethodDescriptionNodeFactory.newBasicTypeNode(Source source, StandardBasicType.BasicTypeKind kind) Returns a new type node for a basic type. -
Uses of BasicTypeNode in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return BasicTypeNode