class CommandServerSerializationStreamReader.Visitor
extends com.google.gwt.rpc.client.ast.RpcCommandVisitor
Constructor and Description |
---|
Visitor() |
Modifier and Type | Method and Description |
---|---|
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) |
public void endVisit(com.google.gwt.rpc.client.ast.BooleanValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.ByteValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.CharValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.DoubleValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.EnumValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.FloatValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.IntValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.LongValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.NullValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.SetCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.ShortValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic void endVisit(com.google.gwt.rpc.client.ast.StringValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
endVisit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic boolean visit(com.google.gwt.rpc.client.ast.ArrayValueCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic boolean visit(com.google.gwt.rpc.client.ast.InstantiateCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visitpublic boolean visit(com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand x, com.google.gwt.rpc.client.ast.RpcCommandVisitor.Context ctx)
visit
in class com.google.gwt.rpc.client.ast.RpcCommandVisitor
x
- a node in an RpcCommand structurectx
- the context for the visit