Lines Matching refs:CompoundType

128     protected CompoundType getTopType(ClassDefinition cdef, ContextStack stack) {
130 CompoundType result = null;
248 protected OutputType[] getOutputTypesFor(CompoundType topType,
285 InterfaceType[] interfaces = ((CompoundType)type).getInterfaces();
348 CompoundType theType = (CompoundType) outputType.getType();
372 CompoundType theType = (CompoundType) outputType.getType();
433 CompoundType.Method[] remoteMethods = theType.getMethods();
514 if (((CompoundType)type).isCORBAObject()) {
660 void setStandardClassesInUse(CompoundType type,
724 void addClassesInUse(CompoundType type, RemoteType[] interfaces) {
728 CompoundType.Method[] methods = type.getMethods();
794 boolean implementsRemote(CompoundType theType) {
814 CompoundType.Method method,
815 CompoundType theType) throws IOException {
867 CompoundType.Method method,
868 CompoundType theType) throws IOException {
960 CompoundType.Method method,
961 CompoundType theType) throws IOException {
1156 if ((type instanceof CompoundType) &&
1157 ((CompoundType)type).isAbstractBase()) {
1340 String[] getAllRemoteRepIDs (CompoundType theType) {
1449 Type[] collectAllRemoteInterfaces (CompoundType theType) {
1468 void addRemoteInterfaces(Vector list, CompoundType theType) {
1491 RemoteType[] getDirectRemoteInterfaces (CompoundType theType) {
1565 void writeIds(IndentingWriter p, CompoundType theType, boolean isTie
1601 CompoundType theType = (CompoundType) outputType.getType();
1675 CompoundType.Method[] remoteMethods = theType.getMethods();
1712 CompoundType.Method current = remoteMethods[hash.buckets[i][j]];
1724 CompoundType.Method current = remoteMethods[i];
1873 StaticStringsHash getStringsHash (CompoundType.Method[] methods) {
1890 if ((type instanceof CompoundType) &&
1891 ((CompoundType)type).isAbstractBase()) {
1930 String[] writeCopyArguments(CompoundType.Method method,
2048 void addNamesInUse(CompoundType.Method[] methods) {
2054 void addNamesInUse(CompoundType.Method method) {
2095 ValueType[] getStubExceptions (CompoundType.Method method, boolean sort) {
2111 ValueType[] getTieExceptions (CompoundType.Method method) {
2115 void writeTieMethod(IndentingWriter p, CompoundType type,
2116 CompoundType.Method method) throws IOException {