Package org.hackystat.telemetry.analyzer.language.parser.impl

Provides the JavaCC parser that parses the Telemetry Language.

See:
          Description

Interface Summary
TelemetryLanguageParserImplConstants  
 

Class Summary
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
TelemetryLanguageParserImpl  
TelemetryLanguageParserImpl.JJCalls  
TelemetryLanguageParserImplTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.hackystat.telemetry.analyzer.language.parser.impl Description

Provides the JavaCC parser that parses the Telemetry Language. All classes in this package are generated automatically by JavaCC. The input grammar file is "grammar.jj".

This is part of telemetry infrastructure. External clients should not use any class in this package.