Package | Description |
---|---|
org.codehaus.mojo.natives.parser |
Modifier and Type | Class | Description |
---|---|---|
class |
CParser |
A parser that extracts #include statements from a Reader.
|
class |
FortranParser |
A parser that extracts INCLUDE statements from a Reader.
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractParser |
AbstractParserState.getParser() |
Constructor | Description |
---|---|
AbstractParserState(AbstractParser parser) |
|
BranchState(AbstractParser parser,
char[] branchChars,
AbstractParserState[] branchStates,
AbstractParserState noMatchState) |
|
CaseInsensitiveLetterState(AbstractParser parser,
char matchLetter,
AbstractParserState nextStateArg,
AbstractParserState noMatchStateArg) |
Constructor.
|
FilenameState(AbstractParser parser,
char[] terminators) |
|
LetterState(AbstractParser parser,
char matchLetter,
AbstractParserState nextStateArg,
AbstractParserState noMatchStateArg) |
Constructor.
|
WhitespaceOrCaseInsensitiveLetterState(AbstractParser parser,
char matchLetter,
AbstractParserState nextStateArg) |
Constructor.
|
WhitespaceOrLetterState(AbstractParser parser,
char matchLetter,
AbstractParserState nextStateArg) |
Constructor.
|
Copyright © 2019 MojoHaus. All rights reserved.