|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Analyzer.State | |
---|---|
pmp | This package contains core classes of PMP macroprocessor. |
Uses of Analyzer.State in pmp |
---|
Fields in pmp declared as Analyzer.State | |
---|---|
protected Analyzer.State |
Analyzer.synState
Current state of lexical analyzer. |
Methods in pmp that return Analyzer.State | |
---|---|
static Analyzer.State |
Analyzer.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Analyzer.State[] |
Analyzer.State.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in pmp with parameters of type Analyzer.State | |
---|---|
java.lang.String |
Analyzer.stateAsString(Analyzer.State state)
Converts integer representation of parser state to string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |