public class

IntValueCommand

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

Class Overview

Encapsulates a int value in the command stream.

Summary

Public Constructors
IntValueCommand(double value)
IntValueCommand(int value)
IntValueCommand(Integer value)
Public Methods
Integer 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 IntValueCommand (double value)

public IntValueCommand (int value)

public IntValueCommand (Integer value)

Public Methods

public Integer getValue ()

Returns the value represented by the ScalarValueCommand.

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