|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AbstractToolsProcessor.BufferOperation> fr.umlv.tatoo.runtime.tools.AbstractToolsProcessor.BufferOperation
public static enum AbstractToolsProcessor.BufferOperation
Possible operations when a token is recognized.
Enum Constant Summary | |
---|---|
NEXT
Continue processing normally |
|
RESTART
Restart the lexing process for the current terminal (unwind must not has been called for it and semantics action not has been executed) |
Method Summary | |
---|---|
static AbstractToolsProcessor.BufferOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractToolsProcessor.BufferOperation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbstractToolsProcessor.BufferOperation NEXT
public static final AbstractToolsProcessor.BufferOperation RESTART
Method Detail |
---|
public static AbstractToolsProcessor.BufferOperation[] values()
for (AbstractToolsProcessor.BufferOperation c : AbstractToolsProcessor.BufferOperation.values()) System.out.println(c);
public static AbstractToolsProcessor.BufferOperation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |