Uses of Enum Class
dev.civl.abc.token.IF.StringLiteral.StringKind
Packages that use StringLiteral.StringKind
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of StringLiteral.StringKind in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return StringLiteral.StringKindModifier and TypeMethodDescriptionStringLiteral.getStringKind()Returns the kind of string this is.static StringLiteral.StringKindReturns the enum constant of this class with the specified name.static StringLiteral.StringKind[]StringLiteral.StringKind.values()Returns an array containing the constants of this enum class, in the order they are declared.