| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuic.output.builder.Representer
uic.output.builder.Callable
uic.output.builder.MethodRepresenter
public class MethodRepresenter
Any method on a class.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class uic.output.builder.Callable | 
|---|
Callable.Argument | 
| Field Summary | 
|---|
| Fields inherited from class uic.output.builder.Callable | 
|---|
arguments | 
| Fields inherited from class uic.output.builder.Representer | 
|---|
name, parent, staticParent | 
| Constructor Summary | |
|---|---|
MethodRepresenter(Representer parent,
                  String name)
 | 
|
MethodRepresenter(String fullClassName,
                  String name)
 | 
|
| Method Summary | |
|---|---|
 MethodRepresenter | 
call(String methodName)
Call a method on the output of this method.  | 
 MethodRepresenter | 
getChildMethod()
 | 
 void | 
setChildMethod(MethodRepresenter child)
 | 
 String | 
toString()
 | 
| Methods inherited from class uic.output.builder.Callable | 
|---|
addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addArgument, addNullArgument, clearArguments, getArguments | 
| Methods inherited from class uic.output.builder.Representer | 
|---|
getName, getParent, getStaticParent, setName | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public MethodRepresenter(Representer parent,
                         String name)
public MethodRepresenter(String fullClassName,
                         String name)
| Method Detail | 
|---|
public MethodRepresenter call(String methodName)
public MethodRepresenter getChildMethod()
public void setChildMethod(MethodRepresenter child)
public String toString()
toString in class Representer
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||