| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model |
| Modifier and Type | Method | Description |
|---|---|---|
BoundListTreeImpl |
JavaGrammar.BOUND() |
|
static BoundListTreeImpl |
BoundListTreeImpl.emptyList() |
|
BoundListTreeImpl |
TreeFactory.newBounds(TypeTree classType,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,Tree>>> rests) |
| Modifier and Type | Method | Description |
|---|---|---|
TypeParameterTreeImpl |
TreeFactory.newTypeParameter(InternalSyntaxToken extendsToken,
BoundListTreeImpl bounds) |
| Modifier and Type | Method | Description |
|---|---|---|
TypeCastExpressionTreeImpl |
TreeFactory.newClassCastExpression(TypeTree type,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,BoundListTreeImpl>> classTypes,
InternalSyntaxToken closeParenToken,
ExpressionTree expression) |
| Constructor | Description |
|---|---|
TypeParameterTreeImpl(InternalSyntaxToken extendsToken,
BoundListTreeImpl bounds) |
Copyright © 2012–2018 SonarSource. All rights reserved.