Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.sun.tools.javac.comp Classes and Interfaces - 17 results found.
| Name | Description | Type | Package | Framework |
| Annotate | Enter annotations on symbols. | Class | com.sun.tools.javac.comp | Fiji |
|
| Annotate .Annotator | A client that has annotations to add registers an annotator, the method it will use to add the annotation. | Interface | com.sun.tools.javac.comp.Annotate | Fiji |
|
| Attr | This is the main context-dependent analysis phase in GJC. | Class | com.sun.tools.javac.comp | Fiji |
|
| AttrContext | Contains information specific to the attribute and enter passes, to be used in place of the generic field in environments. | Class | com.sun.tools.javac.comp | Fiji |
|
| AttrContextEnv | Env specialized as Env This is NOT part of any supported API. | Class | com.sun.tools.javac.comp | Fiji |
|
| Enter | This class enters symbols for all encountered definitions into the symbol table. | Class | com.sun.tools.javac.comp | Fiji |
|
| Env | A class for environments, instances of which are passed as arguments to tree visitors. | Class | com.sun.tools.javac.comp | Fiji |
|
| Flow | This pass implements dataflow analysis for Java programs. | Class | com.sun.tools.javac.comp | Fiji |
|
| Infer | Helper class for type parameter inference, used by the attribution phase. | Class | com.sun.tools.javac.comp | Fiji |
|
| Infer .InferenceException | | Class | com.sun.tools.javac.comp.Infer | Fiji |
|
| Infer .InvalidInstanceException | | Class | com.sun.tools.javac.comp.Infer | Fiji |
|
| Infer .NoInstanceException | | Class | com.sun.tools.javac.comp.Infer | Fiji |
|
| Lower | This pass translates away some syntactic sugar: inner classes, class literals, assertions, foreach loops, etc. | Class | com.sun.tools.javac.comp | Fiji |
|
| MemberEnter | This is the second phase of Enter, in which classes are completed by entering their members into the class scope using | Class | com.sun.tools.javac.comp | Fiji |
|
| Resolve | Helper class for name resolution, used mostly by the attribution phase. | Class | com.sun.tools.javac.comp | Fiji |
|
| Todo | A queue of all as yet unattributed classes. | Class | com.sun.tools.javac.comp | Fiji |
|
| TransTypes | This pass translates Generic Java to conventional Java. | Class | com.sun.tools.javac.comp | Fiji |