static enum ZbnfSyntaxPrescript.EType extends java.lang.Enum<ZbnfSyntaxPrescript.EType>
Modifier and Type | Field and Description |
---|---|
(package private) int |
k |
(package private) char |
type
The type of the item for storing.
|
Modifier and Type | Method and Description |
---|---|
static ZbnfSyntaxPrescript.EType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZbnfSyntaxPrescript.EType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZbnfSyntaxPrescript.EType kNotDefined
public static final ZbnfSyntaxPrescript.EType kSyntaxDefinition
public static final ZbnfSyntaxPrescript.EType kTerminalSymbol
public static final ZbnfSyntaxPrescript.EType kTerminalSymbolInComment
public static final ZbnfSyntaxPrescript.EType kSkipSpaces
public static final ZbnfSyntaxPrescript.EType kAlternative
public static final ZbnfSyntaxPrescript.EType kAlternativeOption
public static final ZbnfSyntaxPrescript.EType kAlternativeOptionCheckEmptyFirst
public static final ZbnfSyntaxPrescript.EType kSimpleOption
public static final ZbnfSyntaxPrescript.EType kNegativVariant
public static final ZbnfSyntaxPrescript.EType kUnconditionalVariant
public static final ZbnfSyntaxPrescript.EType kExpectedVariant
public static final ZbnfSyntaxPrescript.EType kRepetition
public static final ZbnfSyntaxPrescript.EType kRepetitionRepeat
public static final ZbnfSyntaxPrescript.EType kOnlySemantic
public static final ZbnfSyntaxPrescript.EType kSyntaxComponent
public static final ZbnfSyntaxPrescript.EType kNumberRadix
public static final ZbnfSyntaxPrescript.EType kFloatWithFactor
public static final ZbnfSyntaxPrescript.EType kPositivNumber
public static final ZbnfSyntaxPrescript.EType kIntegerNumber
public static final ZbnfSyntaxPrescript.EType kHexNumber
public static final ZbnfSyntaxPrescript.EType kFloatNumber
public static final ZbnfSyntaxPrescript.EType kIdentifier
public static final ZbnfSyntaxPrescript.EType kStringUntilEndString
public static final ZbnfSyntaxPrescript.EType kStringUntilEndchar
public static final ZbnfSyntaxPrescript.EType kStringUntilEndcharOutsideQuotion
public static final ZbnfSyntaxPrescript.EType kStringUntilEndcharWithIndent
public static final ZbnfSyntaxPrescript.EType kStringUntilEndStringWithIndent
public static final ZbnfSyntaxPrescript.EType kQuotedString
public static final ZbnfSyntaxPrescript.EType kStringUntilRightEndchar
public static final ZbnfSyntaxPrescript.EType kRegularExpression
public static final ZbnfSyntaxPrescript.EType kStringUntilEndStringTrim
public static final ZbnfSyntaxPrescript.EType kStringUntilEndStringInclusive
public static final ZbnfSyntaxPrescript.EType kStringUntilEndcharInclusive
public static final ZbnfSyntaxPrescript.EType kStringUntilRightEndcharInclusive
public static final ZbnfSyntaxPrescript.EType kStoreSrc
public static final ZbnfSyntaxPrescript.EType kOnlyMarker
int k
char type
public static ZbnfSyntaxPrescript.EType[] values()
for (ZbnfSyntaxPrescript.EType c : ZbnfSyntaxPrescript.EType.values()) System.out.println(c);
public static ZbnfSyntaxPrescript.EType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null