Searched refs:ListBuffer (Results 26 - 50 of 56) sorted by relevance

123

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java112 ListBuffer<Env<AttrContext>> halfcompleted = new ListBuffer<Env<AttrContext>>();
362 ListBuffer<Type> argbuf = new ListBuffer<Type>();
372 ListBuffer<Type> thrownbuf = new ListBuffer<Type>();
584 ListBuffer<VarSymbol> params = new ListBuffer<VarSymbol>();
777 ListBuffer<Attribute.Compound> buf =
778 new ListBuffer<Attribut
[all...]
H A DEnter.java167 ListBuffer<ClassSymbol> uncompleted;
270 ListBuffer<Type> ts = new ListBuffer<Type>();
479 ListBuffer<ClassSymbol> prevUncompleted = uncompleted;
480 if (memberEnter.completionEnabled) uncompleted = new ListBuffer<ClassSymbol>();
H A DTransTypes.java213 ListBuffer<JCTree> bridges) {
281 ListBuffer<JCTree> bridges) {
387 ListBuffer<JCTree> bridges) {
399 void addBridges(DiagnosticPosition pos, ClassSymbol origin, ListBuffer<JCTree> bridges) {
781 ListBuffer<JCTree> buf = ListBuffer.lb();
822 ListBuffer<JCTree> bridges) {
874 ListBuffer<JCTree> bridges = new ListBuffer<JCTree>();
H A DLower.java120 ListBuffer<JCTree> translated;
434 ListBuffer<JCStatement> stmts = new ListBuffer<JCStatement>();
781 private ListBuffer<Symbol> accessed;
1481 ListBuffer<JCStatement> stats = new ListBuffer<JCStatement>();
2342 ListBuffer<JCExpression> values = new ListBuffer<JCExpression>();
2343 ListBuffer<JCTree> enumDefs = new ListBuffer<JCTre
[all...]
H A DAttr.java486 ListBuffer<Type> ts = new ListBuffer<Type>();
502 ListBuffer<Type> argtypes = new ListBuffer<Type>();
513 ListBuffer<Type> argtypes = new ListBuffer<Type>();
1157 log.deferredDiagnostics = ListBuffer.lb();
1673 log.deferredDiagnostics = ListBuffer.lb();
2936 ListBuffer<Type> multicatchTypes = ListBuffer
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java45 import static com.sun.tools.javac.util.ListBuffer.lb;
231 ListBuffer<Type> from = new ListBuffer<Type>();
232 ListBuffer<Type> to = new ListBuffer<Type>();
241 ListBuffer<Type> openVars = new ListBuffer<Type>();
253 ListBuffer<Type> qs = new ListBuffer<Type>();
444 ListBuffer<Typ
[all...]
H A DSymbol.java465 ListBuffer<TypeSymbol> l = ListBuffer.lb();
1259 ListBuffer<VarSymbol> buf = new ListBuffer<VarSymbol>();
H A DType.java108 ListBuffer<Type> lb = new ListBuffer<Type>();
383 ListBuffer<Type> buf = ListBuffer.lb();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java66 import static com.sun.tools.javac.util.ListBuffer.lb;
548 return shouldStop(cs) ? ListBuffer.<T>lb() : queue;
904 ListBuffer<JCCompilationUnit> trees = lb();
941 ListBuffer<JCClassDecl> cdefs = lb();
1155 ListBuffer<Env<AttrContext>> results = lb();
1206 ListBuffer<Env<AttrContext>> results = lb();
1217 ListBuffer<Env<AttrContext>> results = lb();
1271 ListBuffer<Pair<Env<AttrContext>, JCClassDecl>> results = lb();
1476 sublist = new ListBuffer<Env<AttrContext>>();
1503 ListBuffer<JCTre
[all...]
H A DRecognizedOptions.java35 import com.sun.tools.javac.util.ListBuffer;
244 ListBuffer<Option> options = new ListBuffer<Option>();
H A DMain.java146 public ListBuffer<String> classnames = null; // XXX sb protected
366 classnames = new ListBuffer<String>();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java45 import com.sun.tools.javac.util.ListBuffer;
213 ListBuffer<File> entries = new ListBuffer<File>();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java1057 ListBuffer<Type> is = new ListBuffer<Type>();
1188 ListBuffer<Type> typeVars = new ListBuffer<Type>();
1315 ListBuffer<CompoundAnnotationProxy> proxies =
1316 new ListBuffer<CompoundAnnotationProxy>();
1375 ListBuffer<Pair<Name,Attribute>> pairs =
1376 new ListBuffer<Pair<Name,Attribute>>();
1412 ListBuffer<Attribute> l = new ListBuffer<Attribut
[all...]
H A DClassWriter.java138 ListBuffer<ClassSymbol> innerClassesQueue;
703 ListBuffer<Attribute.Compound> buf = new ListBuffer<Attribute.Compound>();
718 ListBuffer<Attribute.Compound> buf = new ListBuffer<Attribute.Compound>();
741 ListBuffer<Attribute.Compound> visibles = new ListBuffer<Attribute.Compound>();
742 ListBuffer<Attribute.Compound> invisibles = new ListBuffer<Attribute.Compound>();
874 innerClassesQueue = new ListBuffer<ClassSymbo
[all...]
H A DGen.java453 ListBuffer<JCStatement> initCode = new ListBuffer<JCStatement>();
454 ListBuffer<JCStatement> clinitCode = new ListBuffer<JCStatement>();
455 ListBuffer<JCTree> methodDefs = new ListBuffer<JCTree>();
555 ListBuffer<JCStatement> newstats = new ListBuffer<JCStatement>();
1304 syncEnv.info.gaps = new ListBuffer<Integer>();
1348 tryEnv.info.gaps = new ListBuffer<Intege
[all...]
H A DCRTable.java51 private ListBuffer<CRTEntry> entries = new ListBuffer<CRTEntry>();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java188 ListBuffer<TypeMirror> elems = new ListBuffer<TypeMirror>();
H A DJavacTypes.java248 ListBuffer<Type> targs = new ListBuffer<Type>();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DSeeTagImpl.java363 ListBuffer<String> paramList;
367 this.paramList = new ListBuffer<String>();
/openjdk7/langtools/test/tools/javac/diags/
H A DArgTypeCompilerFactory.java335 if (o instanceof ListBuffer)
336 return getArgType(((ListBuffer) o).toList());
/openjdk7/langtools/make/tools/GenStubs/
H A DGenStubs.java58 import com.sun.tools.javac.util.ListBuffer;
299 ListBuffer<JCTree> defs = new ListBuffer<JCTree>();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java69 public class Apt extends ListBuffer<Env<AttrContext>> {
211 ListBuffer<ClassSymbol> classes,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DAbstractDiagnosticFormatter.java156 ListBuffer<String> buf = new ListBuffer<String>();
H A DList.java232 public List<A> appendList(ListBuffer<A> x) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeCopier.java31 import com.sun.tools.javac.util.ListBuffer;
68 ListBuffer<T> lb = new ListBuffer<T>();

Completed in 137 milliseconds

123