| Package | Description |
|---|---|
| org.sonarsource.slang.api | |
| org.sonarsource.slang.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssignmentExpressionTree |
interface |
BinaryExpressionTree |
interface |
BlockTree |
interface |
CatchTree |
interface |
ClassDeclarationTree |
interface |
Comment |
interface |
ExceptionHandlingTree |
interface |
FunctionDeclarationTree |
interface |
IdentifierTree |
interface |
IfTree |
interface |
JumpTree |
interface |
LiteralTree |
interface |
LoopTree |
interface |
MatchCaseTree |
interface |
MatchTree |
interface |
ModifierTree |
interface |
NativeTree |
interface |
ParameterTree |
interface |
ParenthesizedExpressionTree |
interface |
ReturnTree |
interface |
StringLiteralTree |
interface |
Token |
interface |
TopLevelTree |
interface |
Tree |
interface |
UnaryExpressionTree |
interface |
VariableDeclarationTree |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentExpressionTreeImpl |
class |
BaseTreeImpl |
class |
BinaryExpressionTreeImpl |
class |
BlockTreeImpl |
class |
CatchTreeImpl |
class |
ClassDeclarationTreeImpl |
class |
CommentImpl |
class |
ExceptionHandlingTreeImpl |
class |
FunctionDeclarationTreeImpl |
class |
IdentifierTreeImpl |
class |
IfTreeImpl |
class |
JumpTreeImpl |
class |
LiteralTreeImpl |
class |
LoopTreeImpl |
class |
MatchCaseTreeImpl |
class |
MatchTreeImpl |
class |
ModifierTreeImpl |
class |
NativeTreeImpl |
class |
ParameterTreeImpl |
class |
ParenthesizedExpressionTreeImpl |
class |
ReturnTreeImpl |
class |
StringLiteralTreeImpl |
class |
TokenImpl |
class |
TopLevelTreeImpl |
class |
UnaryExpressionTreeImpl |
class |
VariableDeclarationTreeImpl |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<HasTextRange> |
TreeMetaDataProvider.COMPARATOR |
Copyright © 2009–2018 SonarSource. All rights reserved.