Interface SyntaxTrivia
-
- All Superinterfaces:
SyntaxToken,Tree
- All Known Implementing Classes:
InternalSyntaxTrivia
@Beta public interface SyntaxTrivia extends SyntaxToken
Represents a Trivia in the SyntaxTree.
-
-
Method Summary
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.lexical.SyntaxToken
column, endColumn, endLine, line, text, trivias
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-