Tree
InternalSyntaxToken
, ModifierKeywordTreeImpl
@Beta public interface SyntaxToken extends Tree
Modifier and Type | Method | Description |
---|---|---|
int |
column() |
|
int |
line() |
|
String |
text() |
|
List<SyntaxTrivia> |
trivias() |
String text()
List<SyntaxTrivia> trivias()
int line()
int column()
Copyright © 2012–2018 SonarSource. All rights reserved.