com.sun.tools.javac.code |
|
Java Source File Name | Type | Comment |
Attribute.java | Class | An annotation value.
This is NOT part of any API supported by Sun Microsystems. |
BoundKind.java | enum | |
Flags.java | Class | Access flags and other modifiers for Java classes and members.
This is NOT part of any API supported by Sun Microsystems. |
Kinds.java | Class | Internal symbol kinds, which distinguish between elements of
different subclasses of Symbol. |
Lint.java | Class | A class for handling -Xlint suboptions and @SuppresssWarnings.
This is NOT part of any API supported by Sun Microsystems. |
Scope.java | Class | A scope represents an area of visibility in a Java program. |
Source.java | enum | The source language version accepted.
This is NOT part of any API supported by Sun Microsystems. |
Symbol.java | Class | Root class for Java symbols. |
Symtab.java | Class | A class that defines all predefined constants and operators
as well as special classes such as java.lang.Object, which need
to be known to the compiler. |
Type.java | Class | This class represents Java types. |
Types.java | Class | Utility class containing various operations on types. |
TypeTags.java | Class | An interface for type tag values, which distinguish between different
sorts of types.
This is NOT part of any API supported by Sun Microsystems. |