Searched refs:idExtInputStream (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java59 public static final Identifier idExtInputStream = field in interface:Constants
H A DStubGenerator.java1014 p.pln(idExtInputStream + " "+in+" = null;");
1041 p.plnI(in+" = (" + idExtInputStream + ")_invoke(" + argStream + ");");
1055 p.pln(in + " = (" + idExtInputStream + ") "+ex+".getInputStream();");
1698 p.plnI(idExtInputStream + " "+in+" = ");
1699 p.pln("(" + idExtInputStream + ") "+_in+";");

Completed in 122 milliseconds