Package | Description |
---|---|
net.sf.antcontrib.cpptasks.borland |
Adapter for Borland tools.
|
net.sf.antcontrib.cpptasks.parser |
Provides minimal scanners to extract dependencies,
such as include statements, from source files.
|
net.sf.antcontrib.cpptasks.trolltech |
Adapters for Trolltech Qt moc and uic compilers.
|
Modifier and Type | Class and Description |
---|---|
class |
BorlandCfgParser
A parser that paths from a borland cfg file
|
Constructor and Description |
---|
CfgFilenameState(AbstractParser parser,
char[] terminators) |
ConsumeToSpaceOrNewLine(AbstractParser parser) |
QuoteBranchState(AbstractParser parser,
AbstractParserState quote,
AbstractParserState unquote) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaObjectParser
Scans a source file for Q_OBJECT.
|
Copyright © 2001-2013 Ant-Contrib Project. All Rights Reserved.