class Protobuf3ASTBuilder extends Protobuf3BaseListener with ASTBuilder
- Alphabetic
- By Inheritance
- Protobuf3ASTBuilder
- ASTBuilder
- Protobuf3BaseListener
- Protobuf3Listener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Protobuf3ASTBuilder(file: String, parser: Protobuf3Parser)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ast(): AST
- Definition Classes
- ASTBuilder
-
def
buildInputContext(): ParserRuleContext
- Definition Classes
- Protobuf3ASTBuilder → ASTBuilder
-
val
builder: AST
- Definition Classes
- ASTBuilder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
enterBlockLit(ctx: BlockLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterBoolLit(ctx: BoolLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterConstant(ctx: ConstantContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEmptyStatement(ctx: EmptyStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumBody(ctx: EnumBodyContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumDef(ctx: EnumDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumElement(ctx: EnumElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumField(ctx: EnumFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumName(ctx: EnumNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumType(ctx: EnumTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumValueOption(ctx: EnumValueOptionContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEnumValueOptions(ctx: EnumValueOptionsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterEveryRule(ctx: ParserRuleContext): Unit
- Definition Classes
- ASTBuilder → ParseTreeListener
-
def
enterExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterExtendsStatement(ctx: ExtendsStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterField(ctx: FieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFieldName(ctx: FieldNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFieldNumber(ctx: FieldNumberContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFieldOption(ctx: FieldOptionContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFieldOptions(ctx: FieldOptionsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFloatLit(ctx: FloatLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterFullIdent(ctx: FullIdentContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterIdent(ctx: IdentContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterImportStatement(ctx: ImportStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterIntLit(ctx: IntLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterKeyType(ctx: KeyTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterKeywords(ctx: KeywordsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMapField(ctx: MapFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMapName(ctx: MapNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMessageBody(ctx: MessageBodyContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMessageDef(ctx: MessageDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMessageElement(ctx: MessageElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMessageName(ctx: MessageNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterMessageType(ctx: MessageTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterOneof(ctx: OneofContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterOneofField(ctx: OneofFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterOneofName(ctx: OneofNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterOptionName(ctx: OptionNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterOptionStatement(ctx: OptionStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterPackageStatement(ctx: PackageStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterProto(ctx: ProtoContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterRange_(ctx: Range_Context): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterRanges(ctx: RangesContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterReserved(ctx: ReservedContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterReservedFieldNames(ctx: ReservedFieldNamesContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterRpc(ctx: RpcContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterRpcName(ctx: RpcNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterServiceDef(ctx: ServiceDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterServiceElement(ctx: ServiceElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterServiceName(ctx: ServiceNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterStrLit(ctx: StrLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterSyntax(ctx: SyntaxContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterTopLevelDef(ctx: TopLevelDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
enterType_(ctx: Type_Context): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exitBlockLit(ctx: BlockLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitBoolLit(ctx: BoolLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitConstant(ctx: ConstantContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEmptyStatement(ctx: EmptyStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumBody(ctx: EnumBodyContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumDef(ctx: EnumDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumElement(ctx: EnumElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumField(ctx: EnumFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumName(ctx: EnumNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumType(ctx: EnumTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumValueOption(ctx: EnumValueOptionContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEnumValueOptions(ctx: EnumValueOptionsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitEveryRule(ctx: ParserRuleContext): Unit
- Definition Classes
- ASTBuilder → ParseTreeListener
-
def
exitExtendedIdentifier(ctx: ExtendedIdentifierContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitExtendsStatement(ctx: ExtendsStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitField(ctx: FieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFieldName(ctx: FieldNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFieldNumber(ctx: FieldNumberContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFieldOption(ctx: FieldOptionContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFieldOptions(ctx: FieldOptionsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFloatLit(ctx: FloatLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitFullIdent(ctx: FullIdentContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitIdent(ctx: IdentContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitImportStatement(ctx: ImportStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitIntLit(ctx: IntLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitKeyType(ctx: KeyTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitKeywords(ctx: KeywordsContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMapField(ctx: MapFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMapName(ctx: MapNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMessageBody(ctx: MessageBodyContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMessageDef(ctx: MessageDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMessageElement(ctx: MessageElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMessageName(ctx: MessageNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitMessageType(ctx: MessageTypeContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitOneof(ctx: OneofContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitOneofField(ctx: OneofFieldContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitOneofName(ctx: OneofNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitOptionName(ctx: OptionNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitOptionStatement(ctx: OptionStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitPackageStatement(ctx: PackageStatementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitProto(ctx: ProtoContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitRange_(ctx: Range_Context): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitRanges(ctx: RangesContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitReserved(ctx: ReservedContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitReservedFieldNames(ctx: ReservedFieldNamesContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitRpc(ctx: RpcContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitRpcName(ctx: RpcNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitServiceDef(ctx: ServiceDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitServiceElement(ctx: ServiceElementContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitServiceName(ctx: ServiceNameContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitStrLit(ctx: StrLitContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitSyntax(ctx: SyntaxContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitTopLevelDef(ctx: TopLevelDefContext): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
def
exitType_(ctx: Type_Context): Unit
The default implementation does nothing.
The default implementation does nothing.
- ctx
the parse tree
- Definition Classes
- Protobuf3BaseListener → Protobuf3Listener
-
val
file: String
- Definition Classes
- Protobuf3ASTBuilder → ASTBuilder
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parser: Protobuf3Parser
- Definition Classes
- Protobuf3ASTBuilder → ASTBuilder
-
def
sourceLocation(startToken: Token, stopToken: Token): SourceLocation
- Definition Classes
- ASTBuilder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitErrorNode(error: ErrorNode): Unit
- Definition Classes
- ASTBuilder → ParseTreeListener
-
def
visitTerminal(terminal: TerminalNode): Unit
- Definition Classes
- ASTBuilder → ParseTreeListener
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()