| |
|
| java.lang.Object org.jacorb.idl.runtime.symbol org.jacorb.idl.IdlSymbol org.jacorb.idl.InterfaceBody
All known Subclasses: org.jacorb.idl.ValueBody,
InterfaceBody | public class InterfaceBody extends IdlSymbol (Code) | | author: Gerald Brose version: $Id: InterfaceBody.java,v 1.29 2006/07/19 13:57:14 alphonse.bendt Exp $ version: directly known subclasses: ValueBody |
Inner Class :public class ParseThread extends Thread | |
parseThreads | public static Vector parseThreads(Code) | | list of parse threads created and either active or still blocked
|
InterfaceBody | public InterfaceBody(int num)(Code) | | |
commit | public void commit()(Code) | | |
internal_parse | public void internal_parse()(Code) | | |
parse | public void parse()(Code) | | |
print | public void print(PrintWriter ps)(Code) | | print definitions that appeared in an interface scope
do not call print() in OpDecls and on Typedefs
|
printConstants | public void printConstants(PrintWriter ps)(Code) | | print signatures to the operations file
|
printDelegatedMethods | public void printDelegatedMethods(PrintWriter ps)(Code) | | print methods to the skeleton file
|
printInterfaceMethods | public void printInterfaceMethods(PrintWriter ps)(Code) | | print only constant definitions to the interface file
|
printOperationSignatures | public void printOperationSignatures(PrintWriter ps)(Code) | | print signatures to the operations file
|
printOperationsHash | public void printOperationsHash(PrintWriter ps)(Code) | | print hash table that associates an operation string with an int
|
printSkelInvocations | public void printSkelInvocations(PrintWriter ps)(Code) | | print methods for impl-based skeletons
|
printStubMethods | public void printStubMethods(PrintWriter ps, String classname, boolean is_local, boolean is_abstract)(Code) | | Print methods to the stub file
|
|
|
|