Uses of Package
com.sonar.sslr.api

Packages that use com.sonar.sslr.api
com.sonar.c.api   
com.sonar.sslr.api   
com.sonar.sslr.api.flow   
com.sonar.sslr.api.symbol   
 

Classes in com.sonar.sslr.api used by com.sonar.c.api
AstNode
          the parser is in charge to construct an abstract syntax tree (AST) which is a tree representation of the abstract syntactic structure of source code.
AstNodeType
          Each AST Node has a type which can be for instance the Rule of a Grammar, a language keyword or a language special token like a WORD.
Grammar
           
Rule
          A Rule describes a context free grammar syntactic rule.
TokenType
           
 

Classes in com.sonar.sslr.api used by com.sonar.sslr.api
AstNode
          the parser is in charge to construct an abstract syntax tree (AST) which is a tree representation of the abstract syntactic structure of source code.
AstNodeBrowser
           
AstNodeSkippingPolicy
          Specific Ast node types that can tell whether they should be skipped from being attached to the AST or not.
AstNodeType
          Each AST Node has a type which can be for instance the Rule of a Grammar, a language keyword or a language special token like a WORD.
AstVisitor
           
GenericTokenType
           
Grammar
           
PreprocessingDirective
           
PreprocessorAction
          This class encapsulates the actions to be performed by a preprocessor.
RecognitionException
          If a parsing error is encountered, an exception which implements this RecognitionException is thrown by the Parser.
RecognitionExceptionListener
          A RecognitionExceptionListener must be used to be notified of parsing error
Rule
          A Rule describes a context free grammar syntactic rule.
Token
          Tokens are string of character like an identifier, a literal, an integer, ...
Token.Builder
           
TokenType
           
Trivia
           
Trivia.TriviaKind
           
 

Classes in com.sonar.sslr.api used by com.sonar.sslr.api.flow
AstNode
          the parser is in charge to construct an abstract syntax tree (AST) which is a tree representation of the abstract syntactic structure of source code.
 

Classes in com.sonar.sslr.api used by com.sonar.sslr.api.symbol
AstNode
          the parser is in charge to construct an abstract syntax tree (AST) which is a tree representation of the abstract syntactic structure of source code.
 



Copyright © 2012 SonarSource. All Rights Reserved.