Uses of Interface
io.protostuff.compiler.parser.ProtoParserListener
-
Packages that use ProtoParserListener Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParserListener in io.protostuff.compiler.parser
Classes in io.protostuff.compiler.parser that implement ProtoParserListener Modifier and Type Class Description classAbstractProtoParserListenerBase class for proto parse listeners.classEnumParseListenerEnum parse listener, responsible for processing enums.classMessageParseListenerParse listener responsible for processing messages.classOptionParseListenerParse listener that is responsible for parsing options.classProtoParseListenerParse listener responsible for partial processing of elements that can be defined for a proto file - package and imports.classProtoParserBaseListenerThis class provides an empty implementation ofProtoParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.classServiceParseListenerParse listener for services.
-