Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.main | |
com.sun.tools.javac.model | |
com.sun.tools.javac.util |
Modifier and Type | Field and Description |
---|---|
List<Pair<Symbol.MethodSymbol,Attribute>> |
Attribute.Compound.values
The attributes values, as pairs.
|
Constructor and Description |
---|
Compound(Type type,
List<Pair<Symbol.MethodSymbol,Attribute>> values) |
TypeCompound(Type type,
List<Pair<Symbol.MethodSymbol,Attribute>> values,
TypeAnnotationPosition position) |
Modifier and Type | Method and Description |
---|---|
Queue<Pair<Env<AttrContext>,JCTree.JCClassDecl>> |
JavaCompiler.desugar(Queue<Env<AttrContext>> envs)
Prepare attributed parse trees, in conjunction with their attribution contexts,
for source or code generation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavaCompiler.desugar(Env<AttrContext> env,
Queue<Pair<Env<AttrContext>,JCTree.JCClassDecl>> results)
Prepare attributed parse trees, in conjunction with their attribution contexts,
for source or code generation.
|
void |
JavaCompiler.generate(Queue<Pair<Env<AttrContext>,JCTree.JCClassDecl>> queue)
Generates the source or class file for a list of classes.
|
void |
JavaCompiler.generate(Queue<Pair<Env<AttrContext>,JCTree.JCClassDecl>> queue,
Queue<JavaFileObject> results) |
Modifier and Type | Method and Description |
---|---|
Pair<JCTree,JCTree.JCCompilationUnit> |
JavacElements.getTreeAndTopLevel(Element e,
AnnotationMirror a,
AnnotationValue v)
Returns the best approximation for the tree node and compilation unit
corresponding to the given element, annotation and value.
|
Modifier and Type | Method and Description |
---|---|
static <A,B> Pair<A,B> |
Pair.of(A a,
B b) |
Copyright © 2017 earcam. All rights reserved.