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