public class

ShortValueCommand

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.ShortValueCommand

Class Overview

Encapsulates a short value in the command stream.

Summary

Public Constructors
ShortValueCommand(double value)
ShortValueCommand(short value)
ShortValueCommand(Short value)
Public Methods
Short 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 ShortValueCommand (double value)

public ShortValueCommand (short value)

public ShortValueCommand (Short value)

Public Methods

public Short getValue ()

Returns the value represented by the ScalarValueCommand.

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