|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.rpc.client.ast.RpcCommand
com.google.gwt.rpc.client.ast.ReturnCommand
public class ReturnCommand
Represents a return statement.
| Constructor Summary | |
|---|---|
ReturnCommand()
|
|
| Method Summary | |
|---|---|
void |
addValue(ValueCommand value)
|
void |
clear()
Delete all internal state so that the command may be used only for instance tracking. |
java.util.List<ValueCommand> |
getValues()
|
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReturnCommand()
| Method Detail |
|---|
public void addValue(ValueCommand value)
addValue in interface HasValuespublic void clear()
RpcCommand
clear in class RpcCommandpublic java.util.List<ValueCommand> getValues()
getValues in interface HasValues
public void traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
traverse in class RpcCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||