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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DArrayType.java196 protected boolean addTypes (int typeCodeFilter, method in class:ArrayType
202 boolean result = super.addTypes(typeCodeFilter,checked,matching);
210 getElementType().addTypes(typeCodeFilter,checked,matching);
H A DCompoundType.java1072 protected boolean addTypes (int typeCodeFilter, method in class:CompoundType
1078 boolean result = super.addTypes(typeCodeFilter,checked,matching);
1089 parent.addTypes(typeCodeFilter,checked,matching);
1100 interfaces[i].addTypes(typeCodeFilter,checked,matching);
1111 methods[i].getReturnType().addTypes(typeCodeFilter,checked,matching);
1125 arg.addTypes(typeCodeFilter,checked,matching);
1139 ex.addTypes(typeCodeFilter,checked,matching);
1153 cType.addTypes(typeCodeFilter,checked,matching);
H A DType.java441 addTypes(typeCodeFilter,alreadyChecked,matching);
932 protected boolean addTypes (int typeCodeFilter, method in class:Type

Completed in 40 milliseconds