Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.comp | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.main |
Modifier and Type | Method and Description |
---|---|
Symbol.CompletionFailure |
Symbol.CompletionFailure.initCause(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
Symbol.ClassSymbol.complete()
Complete the elaboration of this symbol's definition.
|
void |
Symbol.complete()
Complete the elaboration of this symbol's definition.
|
void |
Symbol.Completer.complete(Symbol sym) |
void |
Symbol.DelegatedSymbol.complete() |
Constructor and Description |
---|
Symtab(Context context)
Constructor; enters all predefined identifiers and operators
into symbol table.
|
Modifier and Type | Method and Description |
---|---|
Type |
Check.completionError(JCDiagnostic.DiagnosticPosition pos,
Symbol.CompletionFailure ex)
Report a failure to complete a class.
|
Modifier and Type | Method and Description |
---|---|
void |
MemberEnter.complete(Symbol sym)
Complete entering a class.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassReader.BadClassFile
Error Diagnoses
|
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.SourceCompleter.complete(Symbol.ClassSymbol sym) |
Symbol.ClassSymbol |
ClassReader.loadClass(Name flatname)
Load a toplevel class with given fully qualified name
The class is entered into `classes' only if load was successful.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaCompiler.complete(Symbol.ClassSymbol c)
Complete compiling a source file that has been accessed
by the class file reader.
|
Copyright © 2017 earcam. All rights reserved.