Uses of Interface
io.protostuff.compiler.model.EnumContainer
-
Packages that use EnumContainer Package Description io.protostuff.compiler.model -
-
Uses of EnumContainer in io.protostuff.compiler.model
Subinterfaces of EnumContainer in io.protostuff.compiler.model Modifier and Type Interface Description interfaceUserTypeContainerBase interface for all nodes that can hold child user types - it includes proto, message and group nodes.Classes in io.protostuff.compiler.model that implement EnumContainer Modifier and Type Class Description classAbstractUserTypeContainerContainer for user types.classGroupGroups tree node.classMessageMessage node.classProtoProto node - represents a parse result for a proto file.
-