Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.comp | |
com.sun.tools.javac.main | |
com.sun.tools.javac.parser | |
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
void |
Types.adapt(Type source,
Type target,
ListBuffer<Type> from,
ListBuffer<Type> to)
Adapt a type by computing a substitution which maps a source
type to a target type.
|
Modifier and Type | Field and Description |
---|---|
Map<Symbol.TypeSymbol,ListBuffer<T>> |
Annotate.AnnotateRepeatedContext.annotated |
Constructor and Description |
---|
AnnotateRepeatedContext(Env<AttrContext> env,
Map<Symbol.TypeSymbol,ListBuffer<T>> annotated,
Map<T,JCDiagnostic.DiagnosticPosition> pos,
Log log,
boolean isTypeCompound) |
Modifier and Type | Field and Description |
---|---|
ListBuffer<String> |
Main.classnames
List of class files names passed on the command line
|
Modifier and Type | Method and Description |
---|---|
<T extends ListBuffer<? super JCTree.JCVariableDecl>> |
JavacParser.variableDeclarators(JCTree.JCModifiers mods,
JCTree.JCExpression type,
T vdefs)
VariableDeclarators = VariableDeclarator { "," VariableDeclarator }
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocCommentParser.addPendingText(ListBuffer<DCTree> list,
int textEnd) |
protected void |
DocCommentParser.attrValueChar(ListBuffer<DCTree> list) |
protected void |
DocCommentParser.entity(ListBuffer<DCTree> list) |
protected void |
DocCommentParser.inlineTag(ListBuffer<DCTree> list) |
Modifier and Type | Method and Description |
---|---|
ListBuffer<A> |
ListBuffer.append(A x)
Append an element to buffer.
|
ListBuffer<A> |
ListBuffer.appendArray(A[] xs)
Append all elements in an array to buffer.
|
ListBuffer<A> |
ListBuffer.appendList(List<A> xs)
Append all elements in a list to buffer.
|
ListBuffer<A> |
ListBuffer.appendList(ListBuffer<A> xs)
Append all elements in a list to buffer.
|
static <T> ListBuffer<T> |
ListBuffer.of(T x) |
ListBuffer<A> |
ListBuffer.prepend(A x)
Prepend an element to buffer.
|
Modifier and Type | Method and Description |
---|---|
List<A> |
List.appendList(ListBuffer<A> x)
Append given list buffer at length, forming and returning a new
list.
|
ListBuffer<A> |
ListBuffer.appendList(ListBuffer<A> xs)
Append all elements in a list to buffer.
|
Copyright © 2017 earcam. All rights reserved.