public class

ReturnCommand

extends RpcCommand
implements HasValues
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ReturnCommand

Class Overview

Represents a return statement.

Summary

Public Constructors
ReturnCommand()
Public Methods
void addValue(ValueCommand value)
void clear()
Delete all internal state so that the command may be used only for instance tracking.
List<ValueCommand> getValues()
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object
From interface com.google.gwt.rpc.client.ast.HasValues

Public Constructors

public ReturnCommand ()

Public Methods

public void addValue (ValueCommand value)

public void clear ()

Delete all internal state so that the command may be used only for instance tracking.

public List<ValueCommand> getValues ()

public void traverse (RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)