| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model |
| Modifier and Type | Method and 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 and Description |
|---|---|
TypeParameterTreeImpl |
TreeFactory.newTypeParameter(InternalSyntaxToken extendsToken,
BoundListTreeImpl bounds) |
| Modifier and Type | Method and Description |
|---|---|
TypeCastExpressionTreeImpl |
TreeFactory.newClassCastExpression(TypeTree type,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,BoundListTreeImpl>> classTypes,
InternalSyntaxToken closeParenToken,
ExpressionTree expression) |
| Constructor and Description |
|---|
TypeParameterTreeImpl(InternalSyntaxToken extendsToken,
BoundListTreeImpl bounds) |
Copyright © 2012–2016 SonarSource. All rights reserved.