com.sun.source.tree
Interface PrimitiveTypeTree
- All Superinterfaces:
- Tree
public interface PrimitiveTypeTree
- extends Tree
A tree node for a primitive type.
For example:
primitiveTypeKind
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 4.2"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getPrimitiveTypeKind
TypeKind getPrimitiveTypeKind()
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.