Package | Description |
---|---|
org.sunflow.core.parser |
Modifier and Type | Method and Description |
---|---|
protected SCAbstractParser.Keyword |
SCBinaryParser.parseKeyword() |
protected SCAbstractParser.Keyword |
SCAsciiParser.parseKeyword() |
protected abstract SCAbstractParser.Keyword |
SCAbstractParser.parseKeyword() |
static SCAbstractParser.Keyword |
SCAbstractParser.Keyword.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCAbstractParser.Keyword[] |
SCAbstractParser.Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|