@ParametersAreNonnullByDefault
Package org.sonar.plugins.javascript.api.tree.lexical
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
-
Interface Summary Interface Description SyntaxToken Represents a token in the syntax tree.SyntaxTrivia Represents a Trivia in the SyntaxTree.