Package org.sonar.plugins.java.api.tree
Interface PrimitiveTypeTree
-
- All Superinterfaces:
ExpressionTree,Tree,TypeTree
- All Known Implementing Classes:
JavaTree.PrimitiveTypeTreeImpl
@Beta public interface PrimitiveTypeTree extends TypeTree, ExpressionTree
Primitive type. JLS 4.2- Since:
- Java 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenkeyword()-
Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
symbolType
-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parent
-
Methods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
annotations, symbolType
-
-
-
-
Method Detail
-
keyword
SyntaxToken keyword()
-
-