Uses of Interface
io.protostuff.compiler.model.UserTypeContainer
-
Packages that use UserTypeContainer Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of UserTypeContainer in io.protostuff.compiler.model
Classes in io.protostuff.compiler.model that implement UserTypeContainer Modifier and Type Class Description classAbstractUserTypeContainerContainer for user types.classGroupGroups tree node.classMessageMessage node.classProtoProto node - represents a parse result for a proto file.Fields in io.protostuff.compiler.model declared as UserTypeContainer Modifier and Type Field Description protected UserTypeContainerAbstractUserTypeContainer. parentprotected UserTypeContainerEnum. parentMethods in io.protostuff.compiler.model that return UserTypeContainer Modifier and Type Method Description UserTypeContainerAbstractUserTypeContainer. getParent()UserTypeContainerEnum. getParent()UserTypeContainerExtension. getParent()UserTypeContainerUserType. getParent()Constructors in io.protostuff.compiler.model with parameters of type UserTypeContainer Constructor Description AbstractUserTypeContainer(UserTypeContainer parent)Enum(UserTypeContainer parent)Extension(UserTypeContainer parent)Group(UserTypeContainer parent)Message(UserTypeContainer parent) -
Uses of UserTypeContainer in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser with parameters of type UserTypeContainer Modifier and Type Method Description static Deque<String>TypeResolverPostProcessor. createScopeLookupList(UserTypeContainer container)Create a lookup list for reference resolution.
-