Uses of Interface
dev.civl.abc.ast.entity.IF.Typedef
Packages that use Typedef
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.Module ast defines an Abstract Syntax Tree
representation of a program, the
AST.The ast.node.declaration submodule defines nodes
and other object deadling with declarations in a program.
-
Uses of Typedef in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return TypedefModifier and TypeMethodDescriptionEntityFactory.newTypedef(String name, Type type) Creates a newTypedefentity. -
Uses of Typedef in dev.civl.abc.ast.IF
Methods in dev.civl.abc.ast.IF that return types with arguments of type TypedefModifier and TypeMethodDescriptionStandardTypes.getStandardTypedefs()Returns the list of typedefs. -
Uses of Typedef in dev.civl.abc.ast.node.IF.declaration
Methods in dev.civl.abc.ast.node.IF.declaration that return Typedef