JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-adhoc.jenkins.BuildJDK23x86-64linuxPersonal
jdk.compiler
com.sun.source.tree
PrimitiveTypeTree
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Nested Class Summary
Method Summary
Method Details
getPrimitiveTypeKind()
Interface PrimitiveTypeTree
All Superinterfaces:
Tree
public interface
PrimitiveTypeTree
extends
Tree
A tree node for a primitive type. For example:
primitiveTypeKind
See
Java Language Specification
:
4.2 Primitive Types and Values
Since:
1.6
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.
Tree
Tree.Kind
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
TypeKind
getPrimitiveTypeKind
()
Returns the kind of this primitive type.
Methods declared in interface com.sun.source.tree.
Tree
accept
,
getKind
Method Details
getPrimitiveTypeKind
TypeKind
getPrimitiveTypeKind
()
Returns the kind of this primitive type.
Returns:
the kind of the type