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

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

public class CharValueCommand
extends ScalarValueCommand

Encapsulates a boolean value in the command stream.


Constructor Summary
CharValueCommand(char value)
           
CharValueCommand(java.lang.Character value)
           
CharValueCommand(double value)
           
 
Method Summary
 java.lang.Character 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

CharValueCommand

public CharValueCommand(double value)

CharValueCommand

public CharValueCommand(char value)

CharValueCommand

public CharValueCommand(java.lang.Character value)
Method Detail

getValue

public java.lang.Character 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