Searched defs:mth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java895 CompoundType.Method mth = (CompoundType.Method)mthVec.elementAt( i1 );
896 Type[] args = mth.getArguments();
897 Type ret = mth.getReturnType();
898 getExceptions( mth,excHash ); //collect exceptions thrown
993 CompoundType.Method mth,
995 ClassType[] excs = mth.getExceptions();
992 getExceptions( CompoundType.Method mth, Hashtable excHash ) argument

Completed in 2796 milliseconds