Uses of Interface
io.protostuff.compiler.model.Element
-
Packages that use Element Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Element in io.protostuff.compiler.model
Subinterfaces of Element in io.protostuff.compiler.model Modifier and Type Interface Description interfaceDescriptorBase interface for all proto elements.interfaceFieldContainerBase interface for field containers - messages, groups and oneof nodes.interfaceUserTypeUser type is a base interface for all types that can be defined by user - messages, enums and groups.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 Element Modifier and Type Class Description classAbstractDescriptorBase class for all protocol buffer nodes.classAbstractElementAbstract base class for all proto nodes.classAbstractUserTypeContainerContainer for user types.static classDynamicMessage.ValueclassEnumEnum node of proto file.classEnumConstantEnum value (constant).classExtensionExtension node.classFieldField node.classGroupGroups tree node.classImportImport node of a proto file.classMessageMessage node.classOneof"oneof" tree node.classPackageTree element for "package" node of proto file.classProtoProto node - represents a parse result for a proto file.classRangeReserved tag range.classServiceService node.classServiceMethodService method node.classSyntaxSyntax node of a proto file.Methods in io.protostuff.compiler.model that return Element Modifier and Type Method Description ElementDynamicMessage.Value. getParent()ElementElement. getParent() -
Uses of Element in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser with type parameters of type Element Modifier and Type Method Description <T extends Type & Element>
voidProtoContext. register(String fullyQualifiedName, T type)Register user type in symbol table.Constructors in io.protostuff.compiler.parser with parameters of type Element Constructor Description ParserException(Element sourceElement, String format, Object... args)
-