Searched refs:emitList (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DCompile.java191 * java.util.Enumeration emitList = compile.parse ();
209 * `emitList' is valid before calling generate (that's done internally), but
210 * if you do any processing between parse and generate, emitList should be
283 emitList = null;
288 emitList = parser.emitList.elements ();
290 return emitList;
306 emitList = null;
308 emitList = parser.emitList
518 private Enumeration emitList = null; field in class:Compile
[all...]
H A DParser.java230 emitList.addElement (emitEntry);
270 if (!emitList.contains (entry))
271 emitList.addElement (entry);
3071 // may be, so put the module on the emitList (add it to topLevelModule).
3075 // will not be placed on the emitList! I.E., it was not added to
3853 Vector emitList = new Vector (); field in class:Parser
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DCompile.java300 protected void preEmit (Enumeration emitList) argument
359 while (emitList.hasMoreElements ())
361 SymtabEntry entry = (SymtabEntry)emitList.nextElement ();
363 // Any other emitList processing:
418 * This method is called by preEmit once for each emitList entry.

Completed in 107 milliseconds