public interface TypeVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(GroupType groupType) |
void |
visit(MessageType messageType) |
void |
visit(PrimitiveType primitiveType) |
void visit(GroupType groupType)
groupType
- the group type to visitvoid visit(MessageType messageType)
messageType
- the message type to visitvoid visit(PrimitiveType primitiveType)
primitiveType
- the primitive type to visitCopyright © 2015. All rights reserved.