Uses of Interface
dev.civl.abc.ast.node.IF.type.PointerTypeNode
Packages that use PointerTypeNode
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 PointerTypeNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return PointerTypeNodeModifier and TypeMethodDescriptionNodeFactory.newPointerTypeNode(Source source, TypeNode referencedType) Constructs and returns a new pointer type node. -
Uses of PointerTypeNode in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return PointerTypeNode