package proto3
Type Members
-
class
Protobuf3BaseListener extends Protobuf3Listener
This class provides an empty implementation of
Protobuf3Listener, which can be extended to create a listener which only needs to handle a subset of the available methods. - class Protobuf3Lexer extends Lexer
-
trait
Protobuf3Listener extends ParseTreeListener
This interface defines a complete listener for a parse tree produced by
Protobuf3Parser. - class Protobuf3Parser extends Parser