Interface PrimitiveTypeTree
- All Superinterfaces:
ExpressionTree,Tree,TypeTree
- All Known Implementing Classes:
JavaTree.PrimitiveTypeTreeImpl
Primitive type.
JLS 4.2
- Since:
- Java 1.3
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
asConstant, asConstant, symbolTypeMethods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parentMethods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
Method Details
-
keyword
SyntaxToken keyword()
-