Uses of Interface
dev.civl.abc.ast.node.IF.declaration.TypedefDeclarationNode
Packages that use TypedefDeclarationNode
Package
Description
Submodule ast.entity defines entities
(objects of type
Entity),
the abstract things such as types, structures, unions, enumerations,
objects (variables), functions, and so on,
which can be named by identifiers in a program.Submodule ast.node defines every kind of
node in an AST.
The ast.node.declaration submodule defines nodes
and other object deadling with declarations in a program.
-
Uses of TypedefDeclarationNode in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return TypedefDeclarationNode -
Uses of TypedefDeclarationNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return TypedefDeclarationNodeModifier and TypeMethodDescriptionNodeFactory.newTypedefDeclarationNode(Source source, IdentifierNode name, TypeNode type) Constructs a newtypedefdeclaration node. -
Uses of TypedefDeclarationNode in dev.civl.abc.ast.node.IF.declaration
Methods in dev.civl.abc.ast.node.IF.declaration that return TypedefDeclarationNode