Uses of Class
io.protostuff.compiler.model.Proto
-
Packages that use Proto Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Proto in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model declared as Proto Modifier and Type Field Description protected ProtoEnum. protoprotected ProtoMessage. protoMethods in io.protostuff.compiler.model that return Proto Modifier and Type Method Description ProtoImport. getParent()ProtoPackage. getParent()ProtoService. getParent()ProtoSyntax. getParent()ProtoEnum. getProto()ProtoImport. getProto()ProtoMessage. getProto()ProtoService. getProto()ProtoUserType. getProto()Methods in io.protostuff.compiler.model that return types with arguments of type Proto Modifier and Type Method Description com.google.common.collect.ImmutableList<Proto>ImmutableModule. getProtos()List<Proto>Module. getProtos()Methods in io.protostuff.compiler.model with parameters of type Proto Modifier and Type Method Description ImmutableModule.BuilderImmutableModule.Builder. addProtos(Proto element)Adds one element toprotoslist.ImmutableModule.BuilderImmutableModule.Builder. addProtos(Proto... elements)Adds elements toprotoslist.static UsageIndexUsageIndex. build(Proto proto)voidEnum. setProto(Proto proto)voidImport. setProto(Proto proto)voidMessage. setProto(Proto proto)voidService. setProto(Proto proto)voidUserType. setProto(Proto proto)ImmutableModuleImmutableModule. withProtos(Proto... elements)Copy the current immutable object with elements that replace the content ofprotos.Method parameters in io.protostuff.compiler.model with type arguments of type Proto Modifier and Type Method Description ImmutableModule.BuilderImmutableModule.Builder. addAllProtos(Iterable<? extends Proto> elements)Adds elements toprotoslist.static UsageIndexUsageIndex. build(Collection<Proto> protos)Build usage index for given collection of proto files.ImmutableModule.BuilderImmutableModule.Builder. protos(Iterable<? extends Proto> elements)Sets or replaces all elements forprotoslist.ImmutableModuleImmutableModule. withProtos(Iterable<? extends Proto> elements)Copy the current immutable object with elements that replace the content ofprotos.Constructors in io.protostuff.compiler.model with parameters of type Proto Constructor Description Import(Proto parent, String value, boolean isPublic)Create new import node instance.Package(Proto parent, String value)Service(Proto parent)Syntax(Proto parent, String value) -
Uses of Proto in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return Proto Modifier and Type Method Description ProtoProtoContext. getProto()Method parameters in io.protostuff.compiler.parser with type arguments of type Proto Modifier and Type Method Description ProtoWalkerProtoWalker. onProto(ProtoWalker.ContextlessProcessor<Proto> processor)ProtoWalkerProtoWalker. onProto(ProtoWalker.Processor<Proto> processor)
-