Package | Description |
---|---|
org.codehaus.mojo.natives.parser |
Modifier and Type | Class and 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 and Description |
---|---|
protected AbstractParser |
AbstractParserState.getParser() |
Constructor and 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 © 2018 MojoHaus. All rights reserved.