Uses of Interface
dev.civl.abc.ast.entity.IF.ProgramEntity
Packages that use ProgramEntity
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.The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of ProgramEntity in dev.civl.abc.ast.entity.IF
Subinterfaces of ProgramEntity in dev.civl.abc.ast.entity.IFModifier and TypeInterfaceDescriptioninterfaceA function is an entity which takes inputs, executes a statement, and possibly returns a result.interfaceA label followed by a colon may precede a statement in a C program.interfaceinterfaceMarker interfaces forandinvalid reference
StructureOrUnionEnumerationentities.interfaceAn abstract representation of atypedefconstruct: binds a name to a type.interfaceA variable ("object") entity.Classes in dev.civl.abc.ast.entity.IF that implement ProgramEntity -
Uses of ProgramEntity in dev.civl.abc.ast.type.IF
Subinterfaces of ProgramEntity in dev.civl.abc.ast.type.IFModifier and TypeInterfaceDescriptioninterfaceAn enumeration type.interfaceAn Enumerator corresponds to one of the identifiers in the list in an enumeration.interfaceA structure or union type.