public interface TypeVisitor
type.accept(new 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 © 2023 The Apache Software Foundation. All rights reserved.