Package com.springsource.util.osgi.manifest.parse.standard

Interface Summary
HeaderToken HeaderTokens are lexed from some input data.
HeaderVisitor HeaderDeclarations are constructed through a visitor pattern.
 

Class Summary
BasicHeaderToken Instances of BasicHeaderToken represent tokens lexed from the input data.
DebugVisitor Simple debug visitor that can be plugged into the parser to observe the visiting order.
HeaderProblem Encapsulates a single problem found during header parsing.
HeaderTokenStream Represents a stream of HeaderToken instances as lexed from some input data by the lexer.
MultiplexingVisitor A basic visitor that delegates to some array of other visitors.
SourceContext SourceContext captures information about the data being processed by the lexer and parser.
StandardHeaderDeclaration  
StandardHeaderLexer Lex an input string into a series of tokens.
StandardHeaderParser Parses OSGI Standard Headers.
StandardHeaderVisitor Standard implementation of the HeaderVisitor.
 

Enum Summary
HeaderProblemKind Enumerated type that captures all the errors that can occur during parsing.
HeaderTokenKind Enumeration of token kinds created by the lexer.
Severity Enumeration of parsing problem severities.