|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation
| 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 |
|---|
java.lang.String name()
name gives the plain name of the operation
String valuejava.lang.String opName()
opName gives the mangled name in case of attributes
(_get_, _set_).
String value
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.
void print_sendc_Method(java.io.PrintWriter ps,
java.lang.String classname)
java.lang.String signature()
void printSignature(java.io.PrintWriter ps,
boolean printModifiers)
printModifiers - whether "public abstract" should be addedvoid printSignature(java.io.PrintWriter ps)
void printDelegatedMethod(java.io.PrintWriter ps)
ps - a PrintWriter valuevoid printInvocation(java.io.PrintWriter ps)
void accept(IDLTreeVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||