Package net.sf.antcontrib.cpptasks.parser
Provides minimal scanners to extract dependencies,
such as include statements, from source files.
-
Interface Summary Interface Description Parser A parser that extracts #include statements from a Reader. -
Class Summary Class Description AbstractParser An abstract base class for simple parsersAbstractParserState An base class for objects that represent the state of an AbstractParser.BranchState CaseInsensitiveLetterState This parser state checks consumed characters against a specific character (case insensitive).CParser A parser that extracts #include statements from a Reader.FilenameState FortranParser A parser that extracts INCLUDE statements from a Reader.LetterState This parser state checks consumed characters against a specific character.PostE WhitespaceOrCaseInsensitiveLetterState This parser state checks consumed characters against a specific character (case insensitive) or whitespace.WhitespaceOrLetterState This parser state checks consumed characters against a specific character or whitespace.