Uses of Interface
dev.civl.abc.ast.type.IF.EnumerationType
Packages that use EnumerationType
Package
Description
The ast.node.type submodule defines AST nodes
for representing type constructs in a program.
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of EnumerationType in dev.civl.abc.ast.node.IF.type
Methods in dev.civl.abc.ast.node.IF.type that return EnumerationType -
Uses of EnumerationType in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return EnumerationTypeModifier and TypeMethodDescriptionTypeFactory.enumerationType(Object key, String tag) Returns an enumeration type with the given tag and key.EnumerationType.getType()Enumerator.getType()Methods in dev.civl.abc.ast.type.IF with parameters of type EnumerationTypeModifier and TypeMethodDescriptionTypeFactory.newEnumerator(EnumeratorDeclarationNode declaration, EnumerationType enumeration, Value value) Creates a new enumerator entity.