| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model |
| Modifier and Type | Method and Description |
|---|---|
JavaTree.PrimitiveTypeTreeImpl |
JavaGrammar.BASIC_TYPE() |
JavaTree.PrimitiveTypeTreeImpl |
TreeFactory.newBasicType(com.sonar.sslr.api.typed.Optional<List<AnnotationTreeImpl>> annotations,
InternalSyntaxToken basicType) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionTree |
TreeFactory.basicClassExpression(JavaTree.PrimitiveTypeTreeImpl basicType,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,InternalSyntaxToken>>> dimensions,
InternalSyntaxToken dotToken,
InternalSyntaxToken classToken) |
TypeCastExpressionTreeImpl |
TreeFactory.newBasicTypeCastExpression(JavaTree.PrimitiveTypeTreeImpl basicType,
InternalSyntaxToken closeParenToken,
ExpressionTree expression) |
| Modifier and Type | Method and Description |
|---|---|
JavaTree.PrimitiveTypeTreeImpl |
JavaTree.PrimitiveTypeTreeImpl.complete(List<AnnotationTree> annotations) |
Copyright © 2012–2016 SonarSource. All rights reserved.