Searched refs:ExceptionEntry (Results 1 - 13 of 13) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DExceptionEntry.java49 public class ExceptionEntry extends StructEntry class in inherits:StructEntry
51 protected ExceptionEntry () method in class:ExceptionEntry
56 protected ExceptionEntry (ExceptionEntry that) method in class:ExceptionEntry
61 protected ExceptionEntry (SymtabEntry that, IDLID clone) method in class:ExceptionEntry
68 return new ExceptionEntry (this);
91 } // class ExceptionEntry
H A DExceptionGen.java47 void generate (Hashtable symbolTable, ExceptionEntry entry, PrintWriter stream);
H A DDefaultSymtabFactory.java86 public ExceptionEntry exceptionEntry ()
88 return new ExceptionEntry ();
91 public ExceptionEntry exceptionEntry (SymtabEntry container, IDLID id)
93 return new ExceptionEntry (container, id);
H A DMethodEntry.java107 public void addException (ExceptionEntry exception)
183 void exceptionsAddElement (ExceptionEntry e)
H A DSymtabFactory.java62 ExceptionEntry exceptionEntry ();
63 ExceptionEntry exceptionEntry (SymtabEntry container, IDLID id);
H A DNoop.java64 public void generate (Hashtable symbolTable, ExceptionEntry entry, PrintWriter stream)
H A DCompile.java416 ExceptionEntry.exceptionGen = exgen == null ? noop : exgen;
H A DUtil.java120 return entry == null ? false : entry instanceof ExceptionEntry;
H A DParser.java2146 if (typeOf (newEntry) instanceof ExceptionEntry)
2395 if (typeOf (typedef) instanceof ExceptionEntry)
2645 ExceptionEntry exceptEntry = stFactory.exceptionEntry (entry, (IDLID)repIDStack.peek ());
2843 if (typeOf (exception) instanceof ExceptionEntry)
2848 entry.exceptionsAddElement ((ExceptionEntry) exception);
2868 if (typeOf (exception) instanceof ExceptionEntry)
2873 entry.addException ((ExceptionEntry)exception);
3620 if (entry instanceof ExceptionEntry)
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DExceptionGen.java43 import com.sun.tools.corba.se.idl.ExceptionEntry;
61 public void generate (Hashtable symbolTable, ExceptionEntry entry, PrintWriter stream)
H A DMethodGen.java60 import com.sun.tools.corba.se.idl.ExceptionEntry;
452 ExceptionEntry exc = (ExceptionEntry) exceptions.nextElement ();
640 ExceptionEntry exc = (ExceptionEntry)exceptions.nextElement ();
H A DUtil.java80 import com.sun.tools.corba.se.idl.ExceptionEntry;
758 ExceptionEntry ex = (ExceptionEntry)exEnum.nextElement ();
/openjdk7/corba/make/org/omg/idl/
H A DFILES_java.gmk37 com/sun/tools/corba/se/idl/ExceptionEntry.java \

Completed in 106 milliseconds