public class

LongValueCommand

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

Class Overview

Encapsulates a long value in the command stream.

Summary

Public Constructors
LongValueCommand(long value)
LongValueCommand(Long value)
Public Methods
Long 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 LongValueCommand (long value)

public LongValueCommand (Long value)

Public Methods

public Long getValue ()

Returns the value represented by the ScalarValueCommand.

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