public class ProtoTreeWalker extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtoTreeWalker.EnumOperation |
static interface |
ProtoTreeWalker.MessageOperation |
static interface |
ProtoTreeWalker.ProtoOperation |
| Modifier and Type | Field and Description |
|---|---|
static ProtoTreeWalker |
DEFAULT |
| Constructor and Description |
|---|
ProtoTreeWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
walk(Proto proto,
ProtoTreeWalker.ProtoOperation protoOperation,
ProtoTreeWalker.MessageOperation messageOperation,
ProtoTreeWalker.EnumOperation enumOperation) |
void |
walk(UserTypeContainer container,
ProtoTreeWalker.MessageOperation messageOperation,
ProtoTreeWalker.EnumOperation enumOperation) |
public static final ProtoTreeWalker DEFAULT
public void walk(Proto proto, ProtoTreeWalker.ProtoOperation protoOperation, ProtoTreeWalker.MessageOperation messageOperation, ProtoTreeWalker.EnumOperation enumOperation)
public void walk(UserTypeContainer container, ProtoTreeWalker.MessageOperation messageOperation, ProtoTreeWalker.EnumOperation enumOperation)
Copyright © 2015–2016. All rights reserved.