com.google.gwt.rpc.client.ast
Class IntValueCommand

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.RpcCommand
      extended by com.google.gwt.rpc.client.ast.ValueCommand
          extended by com.google.gwt.rpc.client.ast.ScalarValueCommand
              extended by com.google.gwt.rpc.client.ast.IntValueCommand

public class IntValueCommand
extends ScalarValueCommand

Encapsulates a int value in the command stream.


Constructor Summary
IntValueCommand(double value)
           
IntValueCommand(int value)
           
IntValueCommand(java.lang.Integer value)
           
 
Method Summary
 java.lang.Integer getValue()
          Returns the value represented by the ScalarValueCommand.
 void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
           
 
Methods inherited from class com.google.gwt.rpc.client.ast.ScalarValueCommand
equals, hashCode
 
Methods inherited from class com.google.gwt.rpc.client.ast.RpcCommand
clear
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntValueCommand

public IntValueCommand(double value)

IntValueCommand

public IntValueCommand(int value)

IntValueCommand

public IntValueCommand(java.lang.Integer value)
Method Detail

getValue

public java.lang.Integer getValue()
Description copied from class: ScalarValueCommand
Returns the value represented by the ScalarValueCommand.

Specified by:
getValue in class ScalarValueCommand

traverse

public void traverse(RpcCommandVisitor visitor,
                     RpcCommandVisitor.Context ctx)
Specified by:
traverse in class RpcCommand