Uses of Enum Class
dev.civl.abc.token.IF.ExecutionCharacter.CharacterKind
Packages that use ExecutionCharacter.CharacterKind
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of ExecutionCharacter.CharacterKind in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return ExecutionCharacter.CharacterKindModifier and TypeMethodDescriptionExecutionCharacter.getCharacterKind()Returns the enum constant of this class with the specified name.static ExecutionCharacter.CharacterKind[]ExecutionCharacter.CharacterKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.token.IF with parameters of type ExecutionCharacter.CharacterKindModifier and TypeMethodDescriptionTokenFactory.executionCharacter(ExecutionCharacter.CharacterKind kind, int codePoint, char[] characters)