Lines Matching refs:CompoundType

98     protected sun.rmi.rmic.iiop.CompoundType getTopType(ClassDefinition cdef,
100 return CompoundType.forCompound(cdef,stack);
136 CompoundType ct = (CompoundType)et;
145 CompoundType ct = (CompoundType)t;
252 CompoundType topType,
292 CompoundType ct ) {
308 CompoundType t = (CompoundType)e.nextElement();
313 CompoundType t = (CompoundType)e.nextElement();
349 CompoundType t = (CompoundType)e.nextElement();
365 CompoundType t = (CompoundType)e.nextElement();
385 CompoundType t ) {
426 CompoundType ct = (CompoundType)t;
449 writeNCType( (CompoundType)t,p );
505 CompoundType t,
529 writeConstant( (CompoundType.Member)conVec.elementAt( i1 ),p );
531 writeMethod( (CompoundType.Method)mthVec.elementAt( i1 ),p );
575 writeConstant( (CompoundType.Member)conVec.elementAt( i1 ),p );
577 writeMethod( (CompoundType.Method)mthVec.elementAt( i1 ),p );
624 writeConstant( (CompoundType.Member)conVec.elementAt( i1 ),p );
626 CompoundType.Member mem = (CompoundType.Member)datVec.elementAt( i1 );
631 CompoundType.Member mem = (CompoundType.Member)datVec.elementAt( i1 );
636 writeMethod( (CompoundType.Method)mthVec.elementAt( i1 ),p );
650 * Write IDL prolog for a CompoundType.
651 * @param t The CompoundType.
660 CompoundType t,
681 * Write IDL epilog for a CompoundType.
682 * @param t The CompoundType.
687 CompoundType t,
829 * @param ct The current CompoundType
833 CompoundType ct,
859 * @param ct The current CompoundType
863 CompoundType ct,
895 CompoundType.Method mth = (CompoundType.Method)mthVec.elementAt( i1 );
919 CompoundType.Member mem = (CompoundType.Member)datVec.elementAt( i1 );
993 CompoundType.Method mth,
1009 * @param ct The current CompoundType
1013 CompoundType ct ) {
1025 CompoundType.Method[] mths = ct.getMethods();
1053 * @param ct The current CompoundType
1057 CompoundType ct ) {
1059 CompoundType.Member[] mems = ct.getMembers();
1080 * @param ct The current CompoundType
1084 CompoundType t ) {
1088 CompoundType.Member[] mems = vt.getMembers();
1097 CompoundType.Member aMem = (CompoundType.Member)vec.elementAt( i2 );
1122 CompoundType ct = (CompoundType)t;
1166 * If the dimension is <1 and the element is a CompoundType, write a
1180 CompoundType ct = (CompoundType)et;
1219 CompoundType ct = (CompoundType)t;
1242 CompoundType t = (CompoundType)incEnum.nextElement();
1288 CompoundType t = (CompoundType)inhEnum.nextElement();
1307 CompoundType ct;
1311 ct = (CompoundType)t;
1339 ct = (CompoundType) et;
1366 CompoundType it = (CompoundType)t;
1449 CompoundType ct;
1451 ct = (CompoundType)t;
1460 ct = (CompoundType)et;
1495 * @param ct CompoundType containing given IDLEntity.
1500 CompoundType ct,
1561 * @param ct CompoundType containing given IDLEntity.
1565 CompoundType ct,
1629 CompoundType ct = (CompoundType)et;
1671 * @param t Given CompoundType representing the IDLEntity.
1675 CompoundType t,
1742 CompoundType ct = (CompoundType)t;
1770 CompoundType ct;
1773 ct = (CompoundType)inhEnum.nextElement();
1782 ct = (CompoundType)inhEnum.nextElement();
1793 ct = (CompoundType)inhEnum.nextElement();
1806 ct = (CompoundType)inhEnum.nextElement();
1818 * @param constant The current CompoundType.Member constant
1822 CompoundType.Member constant,
1836 * @param data The current CompoundType.Member data member
1840 CompoundType.Member data,
1856 * @param attr The current CompoundType.Method attribute
1860 CompoundType.Method attr,
1874 * @param method The current CompoundType.Method
1878 CompoundType.Method method,