public class

StringValueCommand

extends ScalarValueCommand
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.ScalarValueCommand
         ↳ com.google.gwt.rpc.client.ast.StringValueCommand

Class Overview

Encapsulates a string value in the command stream.

Summary

Public Constructors
StringValueCommand(String value)
Public Methods
String getValue()
Returns the value represented by the ScalarValueCommand.
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.ScalarValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object

Public Constructors

public StringValueCommand (String value)

Public Methods

public String getValue ()

Returns the value represented by the ScalarValueCommand.

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