com.google.gwt.rpc.server
Class CommandServerSerializationStreamReader.Visitor
java.lang.Object
com.google.gwt.rpc.client.ast.RpcCommandVisitor
com.google.gwt.rpc.server.CommandServerSerializationStreamReader.Visitor
- Enclosing class:
- CommandServerSerializationStreamReader
class CommandServerSerializationStreamReader.Visitor
- extends com.google.gwt.rpc.client.ast.RpcCommandVisitor
Nested classes/interfaces inherited from class com.google.gwt.rpc.client.ast.RpcCommandVisitor |
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context |
Method Summary |
void |
endVisit(com.google.gwt.rpc.client.ast.BooleanValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.ByteValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.CharValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.DoubleValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.EnumValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.FloatValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.IntValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.LongValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.NullValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.SetCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.ShortValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
void |
endVisit(com.google.gwt.rpc.client.ast.StringValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
boolean |
visit(com.google.gwt.rpc.client.ast.ArrayValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
boolean |
visit(com.google.gwt.rpc.client.ast.InstantiateCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
boolean |
visit(com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
|
Methods inherited from class com.google.gwt.rpc.client.ast.RpcCommandVisitor |
accept, accept, accept, doAccept, doAccept, doAccept, endVisit, endVisit, endVisit, endVisit, endVisit, halt, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandServerSerializationStreamReader.Visitor
CommandServerSerializationStreamReader.Visitor()
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.BooleanValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.ByteValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.CharValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.DoubleValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.EnumValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.FloatValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.IntValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.LongValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.NullValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.SetCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.ShortValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
endVisit
public void endVisit(com.google.gwt.rpc.client.ast.StringValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
visit
public boolean visit(com.google.gwt.rpc.client.ast.ArrayValueCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
visit
public boolean visit(com.google.gwt.rpc.client.ast.InstantiateCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
visit
public boolean visit(com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand x,
com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
- Overrides:
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor