public static enum TokenParser.FetchBy extends java.lang.Enum<TokenParser.FetchBy>
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterFetchElement(SourceCode tokenParser) |
static TokenParser.FetchBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenParser.FetchBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenParser.FetchBy BY_CHAR
public static final TokenParser.FetchBy BY_NODE
public static TokenParser.FetchBy[] values()
for (TokenParser.FetchBy c : TokenParser.FetchBy.values()) System.out.println(c);
public static TokenParser.FetchBy 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 nullprotected void afterFetchElement(SourceCode tokenParser)