|
||||||||||
| 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)
|
String |
name()
name gives the plain name of the operation |
String |
opName()
opName gives the mangled name in case of attributes
(_get_, _set_). |
void |
print_sendc_Method(PrintWriter ps,
String classname)
|
void |
printDelegatedMethod(PrintWriter ps)
Method code for skeletons |
void |
printInvocation(PrintWriter ps)
|
void |
printMethod(PrintWriter ps,
String classname,
boolean is_local,
boolean is_abstract)
printMethod produces the method code for stubs. |
void |
printSignature(PrintWriter ps)
|
void |
printSignature(PrintWriter ps,
boolean printModifiers)
|
String |
signature()
|
| Method Detail |
|---|
String name()
name gives the plain name of the operation
String valueString opName()
opName gives the mangled name in case of attributes
(_get_, _set_).
String value
void printMethod(PrintWriter ps,
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(PrintWriter ps,
String classname)
String signature()
void printSignature(PrintWriter ps,
boolean printModifiers)
printModifiers - whether "public abstract" should be addedvoid printSignature(PrintWriter ps)
void printDelegatedMethod(PrintWriter ps)
ps - a PrintWriter valuevoid printInvocation(PrintWriter ps)
void accept(IDLTreeVisitor visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||