| Package | Description |
|---|---|
| io.protostuff.compiler.model | |
| io.protostuff.compiler.model.util | |
| io.protostuff.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
protected Proto |
AbstractUserType.proto |
protected Proto |
Message.proto |
| Modifier and Type | Method and Description |
|---|---|
Proto |
Import.getParent() |
Proto |
Service.getParent() |
Proto |
Package.getParent() |
Proto |
Syntax.getParent() |
Proto |
Import.getProto() |
Proto |
AbstractUserType.getProto() |
Proto |
Service.getProto() |
Proto |
UserType.getProto() |
Proto |
Message.getProto() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Proto> |
ImmutableModule.getProtos() |
List<Proto> |
Module.getProtos() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto... elements)
Adds elements to
protos list. |
ImmutableModule.Builder |
ImmutableModule.Builder.addProtos(Proto element)
Adds one element to
protos list. |
void |
Import.setProto(Proto proto) |
void |
AbstractUserType.setProto(Proto proto) |
void |
Service.setProto(Proto proto) |
void |
UserType.setProto(Proto proto) |
void |
Message.setProto(Proto proto) |
ImmutableModule |
ImmutableModule.withProtos(Proto... elements)
Copy current immutable object with elements that replace content of
protos. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableModule.Builder |
ImmutableModule.Builder.addAllProtos(Iterable<? extends Proto> elements)
Adds elements to
protos list. |
ImmutableModule.Builder |
ImmutableModule.Builder.protos(Iterable<? extends Proto> elements)
Sets or replaces all elements for
protos list. |
ImmutableModule |
ImmutableModule.withProtos(Iterable<? extends Proto> elements)
Copy current immutable object with elements that replace content of
protos. |
| Constructor and Description |
|---|
Import(Proto parent,
String value,
boolean aPublic) |
Package(Proto parent,
String value) |
Service(Proto parent) |
Syntax(Proto parent,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoTreeWalker.ProtoOperation.process(Proto proto) |
void |
ProtoTreeWalker.walk(Proto proto,
ProtoTreeWalker.ProtoOperation protoOperation,
ProtoTreeWalker.MessageOperation messageOperation,
ProtoTreeWalker.EnumOperation enumOperation) |
| Modifier and Type | Method and Description |
|---|---|
Proto |
ProtoContext.getProto() |
| Modifier and Type | Method and Description |
|---|---|
ProtoWalker |
ProtoWalker.onProto(ProtoWalker.Processor<Proto> processor) |
Copyright © 2015–2016. All rights reserved.