Uses of Interface
dev.civl.abc.ast.type.IF.Enumerator
Packages that use Enumerator
Package
Description
The ast.node.declaration submodule defines nodes
and other object deadling with declarations in a program.
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of Enumerator in dev.civl.abc.ast.node.IF.declaration
Methods in dev.civl.abc.ast.node.IF.declaration that return Enumerator -
Uses of Enumerator in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return EnumeratorModifier and TypeMethodDescriptionEnumerationType.getEnumerator(int index) Returns the index-th enumerator defined in the type.TypeFactory.newEnumerator(EnumeratorDeclarationNode declaration, EnumerationType enumeration, Value value) Creates a new enumerator entity.Methods in dev.civl.abc.ast.type.IF that return types with arguments of type EnumeratorModifier and TypeMethodDescriptionEnumerationType.getEnumerators()Returns the sequence of enumerators for this enumerated type.Method parameters in dev.civl.abc.ast.type.IF with type arguments of type EnumeratorModifier and TypeMethodDescriptionvoidEnumerationType.complete(Iterable<Enumerator> enumerators) Completes this enumeration type by specifying the contents of the type, i.e., the list or enumerator constants.