Uses of Class
org.sunflow.core.parser.SCAbstractParser.Keyword
-
Packages that use SCAbstractParser.Keyword Package Description org.sunflow org.sunflow.core.parser -
-
Uses of SCAbstractParser.Keyword in org.sunflow
Methods in org.sunflow with parameters of type SCAbstractParser.Keyword Modifier and Type Method Description protected void
AsciiFileSunflowAPI. writeKeyword(SCAbstractParser.Keyword keyword)
protected void
BinaryFileSunflowAPI. writeKeyword(SCAbstractParser.Keyword keyword)
protected abstract void
FileSunflowAPI. writeKeyword(SCAbstractParser.Keyword keyword)
-
Uses of SCAbstractParser.Keyword in org.sunflow.core.parser
Methods in org.sunflow.core.parser that return SCAbstractParser.Keyword Modifier and Type Method Description protected abstract SCAbstractParser.Keyword
SCAbstractParser. parseKeyword()
protected SCAbstractParser.Keyword
SCAsciiParser. parseKeyword()
protected SCAbstractParser.Keyword
SCBinaryParser. 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.
-