Uses of Enum Class
dev.civl.abc.ast.entity.IF.Entity.EntityKind
Packages that use Entity.EntityKind
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.-
Uses of Entity.EntityKind in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return Entity.EntityKindModifier and TypeMethodDescriptionCommonEntity.getEntityKind()Entity.getEntityKind()The kind of entity this is.static Entity.EntityKindReturns the enum constant of this class with the specified name.static Entity.EntityKind[]Entity.EntityKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.civl.abc.ast.entity.IF with parameters of type Entity.EntityKindModifierConstructorDescriptionCommonEntity(Entity.EntityKind kind, String name, ProgramEntity.LinkageKind linkage)