|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
void |
accept(IDLTreeVisitor visitor)
|
java.lang.String |
name()
name gives the plain name of the operation |
java.lang.String |
opName()
opName gives the mangled name in case of attributes
(_get_, _set_). |
void |
print_sendc_Method(java.io.PrintWriter ps,
java.lang.String classname)
|
void |
printDelegatedMethod(java.io.PrintWriter ps)
Method code for skeletons |
void |
printInvocation(java.io.PrintWriter ps)
|
void |
printMethod(java.io.PrintWriter ps,
java.lang.String classname,
boolean is_local,
boolean is_abstract)
printMethod produces the method code for stubs. |
void |
printSignature(java.io.PrintWriter ps)
|
void |
printSignature(java.io.PrintWriter ps,
boolean printModifiers)
|
java.lang.String |
signature()
|
| Method Detail |
public java.lang.String name()
name gives the plain name of the operation
String valuepublic java.lang.String opName()
opName gives the mangled name in case of attributes
(_get_, _set_).
String value
public void printMethod(java.io.PrintWriter ps,
java.lang.String classname,
boolean is_local,
boolean is_abstract)
printMethod produces the method code for stubs.
ps - a PrintWriter valueclassname - a String valueis_local - a boolean valueis_abstract - a boolean value used by Interface to
denote an abstract.
public void print_sendc_Method(java.io.PrintWriter ps,
java.lang.String classname)
public java.lang.String signature()
public void printSignature(java.io.PrintWriter ps,
boolean printModifiers)
printModifiers - whether "public abstract" should be addedpublic void printSignature(java.io.PrintWriter ps)
public void printDelegatedMethod(java.io.PrintWriter ps)
ps - a PrintWriter valuepublic void printInvocation(java.io.PrintWriter ps)
public void accept(IDLTreeVisitor visitor)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||