com.google.gwt.rpc.client.ast
Class ByteValueCommand
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.ByteValueCommand
public class ByteValueCommand
- extends ScalarValueCommand
Encapsulates a boolean value in the command stream.
| 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 |
ByteValueCommand
public ByteValueCommand(double value)
ByteValueCommand
public ByteValueCommand(byte value)
ByteValueCommand
public ByteValueCommand(java.lang.Byte value)
getValue
public java.lang.Byte 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