Modifier and Type | Field and Description |
---|---|
protected String |
classSuffix |
protected InterfaceEntry |
i |
protected boolean |
localStub |
protected Vector |
methodList |
protected PrintWriter |
stream |
protected Hashtable |
symbolTable |
Constructor and Description |
---|
Stub()
Public zero-argument constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
buildMethodList()
Build a list of all of the methods, keeping out duplicates.
|
protected void |
closeStream() |
void |
generate(Hashtable symbolTable,
SymtabEntry entry) |
protected void |
init()
Initialize unique members of this generator.
|
protected void |
openStream() |
protected void |
writeBody()
Steps done within writeBody include:
1.) makeCtors ();
2.) buildMethodList ();
3.) makeMethods ();
4.) makeCORBAObjectMethods ()
|
protected void |
writeClassDeclaration() |
protected void |
writeClosing() |
protected void |
writeCORBAObjectMethods() |
protected void |
writeCtors() |
protected void |
writeHeading() |
protected void |
writeMethods() |
protected void |
writeSerializationMethods() |
protected Hashtable symbolTable
protected InterfaceEntry i
protected PrintWriter stream
protected Vector methodList
protected String classSuffix
protected boolean localStub
public void generate(Hashtable symbolTable, SymtabEntry entry)
protected void init()
protected void openStream()
protected void writeHeading()
protected void writeClassDeclaration()
protected void writeBody()
protected void writeClosing()
protected void closeStream()
protected void writeCtors()
protected void buildMethodList()
protected void writeMethods()
protected void writeCORBAObjectMethods()
protected void writeSerializationMethods()
Copyright © 2016 JBoss by Red Hat. All rights reserved.