Package net.sf.antcontrib.cpptasks.parser

Provides minimal scanners to extract dependencies, such as include statements, from source files.

See:
          Description

Interface Summary
Parser A parser that extracts #include statements from a Reader.
 

Class Summary
AbstractParser An abstract base class for simple parsers
AbstractParserState 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.
 

Package net.sf.antcontrib.cpptasks.parser Description

Provides minimal scanners to extract dependencies, such as include statements, from source files.



Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.