Package com.springsource.util.parser.manifest.internal

Interface Summary
ManifestVisitor Visited whilst processing the manifest, to build an object implementing ManifestContents
Token Concurrent Semantics
This class is thread safe.
TokenStream Provides a stream of tokens for parsing.
 

Class Summary
ManifestToken  
RecoveringManifestLexer Process some input data according to the expected layout above.
SimpleTokenStream Concurrent Semantics
This class is thread safe.
SourceContext SourceContext captures information about the data being processed by the lexer and parser.
StandardVisitor Concurrent Semantics
This class is thread safe.
 

Enum Summary
RecoveringManifestLexer.ParsingState  
TokenKind Token kinds created by the Manifest lexer.