Class ThriftBaseBaseListener
- java.lang.Object
-
- org.reploop.parser.thrift.base.ThriftBaseBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,ThriftBaseListener
- Direct Known Subclasses:
CommentListener,QipuServiceListener
public class ThriftBaseBaseListener extends Object implements ThriftBaseListener
This class provides an empty implementation ofThriftBaseListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description ThriftBaseBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterProgram
public void enterProgram(ThriftBaseParser.ProgramContext ctx)
Enter a parse tree produced byThriftBaseParser.program().The default implementation does nothing.
- Specified by:
enterProgramin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitProgram
public void exitProgram(ThriftBaseParser.ProgramContext ctx)
Exit a parse tree produced byThriftBaseParser.program().The default implementation does nothing.
- Specified by:
exitProgramin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterIncludeDefinition
public void enterIncludeDefinition(ThriftBaseParser.IncludeDefinitionContext ctx)
Enter a parse tree produced by theincludeDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
enterIncludeDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitIncludeDefinition
public void exitIncludeDefinition(ThriftBaseParser.IncludeDefinitionContext ctx)
Exit a parse tree produced by theincludeDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
exitIncludeDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterCppIncludeDefinition
public void enterCppIncludeDefinition(ThriftBaseParser.CppIncludeDefinitionContext ctx)
Enter a parse tree produced by thecppIncludeDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
enterCppIncludeDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitCppIncludeDefinition
public void exitCppIncludeDefinition(ThriftBaseParser.CppIncludeDefinitionContext ctx)
Exit a parse tree produced by thecppIncludeDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
exitCppIncludeDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterNamespaceDefinition
public void enterNamespaceDefinition(ThriftBaseParser.NamespaceDefinitionContext ctx)
Enter a parse tree produced by thenamespaceDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
enterNamespaceDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitNamespaceDefinition
public void exitNamespaceDefinition(ThriftBaseParser.NamespaceDefinitionContext ctx)
Exit a parse tree produced by thenamespaceDefinitionlabeled alternative inThriftBaseParser.header().The default implementation does nothing.
- Specified by:
exitNamespaceDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterInclude
public void enterInclude(ThriftBaseParser.IncludeContext ctx)
Enter a parse tree produced byThriftBaseParser.include().The default implementation does nothing.
- Specified by:
enterIncludein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitInclude
public void exitInclude(ThriftBaseParser.IncludeContext ctx)
Exit a parse tree produced byThriftBaseParser.include().The default implementation does nothing.
- Specified by:
exitIncludein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterCppInclude
public void enterCppInclude(ThriftBaseParser.CppIncludeContext ctx)
Enter a parse tree produced byThriftBaseParser.cppInclude().The default implementation does nothing.
- Specified by:
enterCppIncludein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitCppInclude
public void exitCppInclude(ThriftBaseParser.CppIncludeContext ctx)
Exit a parse tree produced byThriftBaseParser.cppInclude().The default implementation does nothing.
- Specified by:
exitCppIncludein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterNamespace
public void enterNamespace(ThriftBaseParser.NamespaceContext ctx)
Enter a parse tree produced byThriftBaseParser.namespace().The default implementation does nothing.
- Specified by:
enterNamespacein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitNamespace
public void exitNamespace(ThriftBaseParser.NamespaceContext ctx)
Exit a parse tree produced byThriftBaseParser.namespace().The default implementation does nothing.
- Specified by:
exitNamespacein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterNamespaceScope
public void enterNamespaceScope(ThriftBaseParser.NamespaceScopeContext ctx)
Enter a parse tree produced byThriftBaseParser.namespaceScope().The default implementation does nothing.
- Specified by:
enterNamespaceScopein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitNamespaceScope
public void exitNamespaceScope(ThriftBaseParser.NamespaceScopeContext ctx)
Exit a parse tree produced byThriftBaseParser.namespaceScope().The default implementation does nothing.
- Specified by:
exitNamespaceScopein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterConstantDefinition
public void enterConstantDefinition(ThriftBaseParser.ConstantDefinitionContext ctx)
Enter a parse tree produced by theconstantDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
enterConstantDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitConstantDefinition
public void exitConstantDefinition(ThriftBaseParser.ConstantDefinitionContext ctx)
Exit a parse tree produced by theconstantDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
exitConstantDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterTypeDefinitionDefinition
public void enterTypeDefinitionDefinition(ThriftBaseParser.TypeDefinitionDefinitionContext ctx)
Enter a parse tree produced by thetypeDefinitionDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
enterTypeDefinitionDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitTypeDefinitionDefinition
public void exitTypeDefinitionDefinition(ThriftBaseParser.TypeDefinitionDefinitionContext ctx)
Exit a parse tree produced by thetypeDefinitionDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
exitTypeDefinitionDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterServiceDefinition
public void enterServiceDefinition(ThriftBaseParser.ServiceDefinitionContext ctx)
Enter a parse tree produced by theserviceDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
enterServiceDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitServiceDefinition
public void exitServiceDefinition(ThriftBaseParser.ServiceDefinitionContext ctx)
Exit a parse tree produced by theserviceDefinitionlabeled alternative inThriftBaseParser.definition().The default implementation does nothing.
- Specified by:
exitServiceDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterTypedefDefinition
public void enterTypedefDefinition(ThriftBaseParser.TypedefDefinitionContext ctx)
Enter a parse tree produced by thetypedefDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
enterTypedefDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitTypedefDefinition
public void exitTypedefDefinition(ThriftBaseParser.TypedefDefinitionContext ctx)
Exit a parse tree produced by thetypedefDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
exitTypedefDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterEnumerationDefinition
public void enterEnumerationDefinition(ThriftBaseParser.EnumerationDefinitionContext ctx)
Enter a parse tree produced by theenumerationDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
enterEnumerationDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitEnumerationDefinition
public void exitEnumerationDefinition(ThriftBaseParser.EnumerationDefinitionContext ctx)
Exit a parse tree produced by theenumerationDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
exitEnumerationDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterSenumDefinition
public void enterSenumDefinition(ThriftBaseParser.SenumDefinitionContext ctx)
Enter a parse tree produced by thesenumDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
enterSenumDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitSenumDefinition
public void exitSenumDefinition(ThriftBaseParser.SenumDefinitionContext ctx)
Exit a parse tree produced by thesenumDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
exitSenumDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterStructDefinition
public void enterStructDefinition(ThriftBaseParser.StructDefinitionContext ctx)
Enter a parse tree produced by thestructDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
enterStructDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitStructDefinition
public void exitStructDefinition(ThriftBaseParser.StructDefinitionContext ctx)
Exit a parse tree produced by thestructDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
exitStructDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterExceptionDefinition
public void enterExceptionDefinition(ThriftBaseParser.ExceptionDefinitionContext ctx)
Enter a parse tree produced by theexceptionDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
enterExceptionDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitExceptionDefinition
public void exitExceptionDefinition(ThriftBaseParser.ExceptionDefinitionContext ctx)
Exit a parse tree produced by theexceptionDefinitionlabeled alternative inThriftBaseParser.typeDefinition().The default implementation does nothing.
- Specified by:
exitExceptionDefinitionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterTypedef
public void enterTypedef(ThriftBaseParser.TypedefContext ctx)
Enter a parse tree produced byThriftBaseParser.typedef().The default implementation does nothing.
- Specified by:
enterTypedefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitTypedef
public void exitTypedef(ThriftBaseParser.TypedefContext ctx)
Exit a parse tree produced byThriftBaseParser.typedef().The default implementation does nothing.
- Specified by:
exitTypedefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterEnumeration
public void enterEnumeration(ThriftBaseParser.EnumerationContext ctx)
Enter a parse tree produced byThriftBaseParser.enumeration().The default implementation does nothing.
- Specified by:
enterEnumerationin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitEnumeration
public void exitEnumeration(ThriftBaseParser.EnumerationContext ctx)
Exit a parse tree produced byThriftBaseParser.enumeration().The default implementation does nothing.
- Specified by:
exitEnumerationin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterEnumDef
public void enterEnumDef(ThriftBaseParser.EnumDefContext ctx)
Enter a parse tree produced byThriftBaseParser.enumDef().The default implementation does nothing.
- Specified by:
enterEnumDefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitEnumDef
public void exitEnumDef(ThriftBaseParser.EnumDefContext ctx)
Exit a parse tree produced byThriftBaseParser.enumDef().The default implementation does nothing.
- Specified by:
exitEnumDefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterSenum
public void enterSenum(ThriftBaseParser.SenumContext ctx)
Enter a parse tree produced byThriftBaseParser.senum().The default implementation does nothing.
- Specified by:
enterSenumin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitSenum
public void exitSenum(ThriftBaseParser.SenumContext ctx)
Exit a parse tree produced byThriftBaseParser.senum().The default implementation does nothing.
- Specified by:
exitSenumin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterSenumDef
public void enterSenumDef(ThriftBaseParser.SenumDefContext ctx)
Enter a parse tree produced byThriftBaseParser.senumDef().The default implementation does nothing.
- Specified by:
enterSenumDefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitSenumDef
public void exitSenumDef(ThriftBaseParser.SenumDefContext ctx)
Exit a parse tree produced byThriftBaseParser.senumDef().The default implementation does nothing.
- Specified by:
exitSenumDefin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterConstant
public void enterConstant(ThriftBaseParser.ConstantContext ctx)
Enter a parse tree produced byThriftBaseParser.constant().The default implementation does nothing.
- Specified by:
enterConstantin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitConstant
public void exitConstant(ThriftBaseParser.ConstantContext ctx)
Exit a parse tree produced byThriftBaseParser.constant().The default implementation does nothing.
- Specified by:
exitConstantin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterConstValue
public void enterConstValue(ThriftBaseParser.ConstValueContext ctx)
Enter a parse tree produced byThriftBaseParser.constValue().The default implementation does nothing.
- Specified by:
enterConstValuein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitConstValue
public void exitConstValue(ThriftBaseParser.ConstValueContext ctx)
Exit a parse tree produced byThriftBaseParser.constValue().The default implementation does nothing.
- Specified by:
exitConstValuein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterStructHead
public void enterStructHead(ThriftBaseParser.StructHeadContext ctx)
Enter a parse tree produced byThriftBaseParser.structHead().The default implementation does nothing.
- Specified by:
enterStructHeadin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitStructHead
public void exitStructHead(ThriftBaseParser.StructHeadContext ctx)
Exit a parse tree produced byThriftBaseParser.structHead().The default implementation does nothing.
- Specified by:
exitStructHeadin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterStruct
public void enterStruct(ThriftBaseParser.StructContext ctx)
Enter a parse tree produced byThriftBaseParser.struct().The default implementation does nothing.
- Specified by:
enterStructin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitStruct
public void exitStruct(ThriftBaseParser.StructContext ctx)
Exit a parse tree produced byThriftBaseParser.struct().The default implementation does nothing.
- Specified by:
exitStructin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterXsdAttributes
public void enterXsdAttributes(ThriftBaseParser.XsdAttributesContext ctx)
Enter a parse tree produced byThriftBaseParser.xsdAttributes().The default implementation does nothing.
- Specified by:
enterXsdAttributesin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitXsdAttributes
public void exitXsdAttributes(ThriftBaseParser.XsdAttributesContext ctx)
Exit a parse tree produced byThriftBaseParser.xsdAttributes().The default implementation does nothing.
- Specified by:
exitXsdAttributesin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterXception
public void enterXception(ThriftBaseParser.XceptionContext ctx)
Enter a parse tree produced byThriftBaseParser.xception().The default implementation does nothing.
- Specified by:
enterXceptionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitXception
public void exitXception(ThriftBaseParser.XceptionContext ctx)
Exit a parse tree produced byThriftBaseParser.xception().The default implementation does nothing.
- Specified by:
exitXceptionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterService
public void enterService(ThriftBaseParser.ServiceContext ctx)
Enter a parse tree produced byThriftBaseParser.service().The default implementation does nothing.
- Specified by:
enterServicein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitService
public void exitService(ThriftBaseParser.ServiceContext ctx)
Exit a parse tree produced byThriftBaseParser.service().The default implementation does nothing.
- Specified by:
exitServicein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(ThriftBaseParser.FunctionContext ctx)
Enter a parse tree produced byThriftBaseParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(ThriftBaseParser.FunctionContext ctx)
Exit a parse tree produced byThriftBaseParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterRaise
public void enterRaise(ThriftBaseParser.RaiseContext ctx)
Enter a parse tree produced byThriftBaseParser.raise().The default implementation does nothing.
- Specified by:
enterRaisein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitRaise
public void exitRaise(ThriftBaseParser.RaiseContext ctx)
Exit a parse tree produced byThriftBaseParser.raise().The default implementation does nothing.
- Specified by:
exitRaisein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterField
public void enterField(ThriftBaseParser.FieldContext ctx)
Enter a parse tree produced byThriftBaseParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitField
public void exitField(ThriftBaseParser.FieldContext ctx)
Exit a parse tree produced byThriftBaseParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterFieldID
public void enterFieldID(ThriftBaseParser.FieldIDContext ctx)
Enter a parse tree produced byThriftBaseParser.fieldID().The default implementation does nothing.
- Specified by:
enterFieldIDin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitFieldID
public void exitFieldID(ThriftBaseParser.FieldIDContext ctx)
Exit a parse tree produced byThriftBaseParser.fieldID().The default implementation does nothing.
- Specified by:
exitFieldIDin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterFieldValue
public void enterFieldValue(ThriftBaseParser.FieldValueContext ctx)
Enter a parse tree produced byThriftBaseParser.fieldValue().The default implementation does nothing.
- Specified by:
enterFieldValuein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitFieldValue
public void exitFieldValue(ThriftBaseParser.FieldValueContext ctx)
Exit a parse tree produced byThriftBaseParser.fieldValue().The default implementation does nothing.
- Specified by:
exitFieldValuein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterReturnType
public void enterReturnType(ThriftBaseParser.ReturnTypeContext ctx)
Enter a parse tree produced by thereturnTypelabeled alternative inThriftBaseParser.functionType().The default implementation does nothing.
- Specified by:
enterReturnTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitReturnType
public void exitReturnType(ThriftBaseParser.ReturnTypeContext ctx)
Exit a parse tree produced by thereturnTypelabeled alternative inThriftBaseParser.functionType().The default implementation does nothing.
- Specified by:
exitReturnTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterVoidType
public void enterVoidType(ThriftBaseParser.VoidTypeContext ctx)
Enter a parse tree produced by thevoidTypelabeled alternative inThriftBaseParser.functionType().The default implementation does nothing.
- Specified by:
enterVoidTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitVoidType
public void exitVoidType(ThriftBaseParser.VoidTypeContext ctx)
Exit a parse tree produced by thevoidTypelabeled alternative inThriftBaseParser.functionType().The default implementation does nothing.
- Specified by:
exitVoidTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterPrimitives
public void enterPrimitives(ThriftBaseParser.PrimitivesContext ctx)
Enter a parse tree produced byThriftBaseParser.primitives().The default implementation does nothing.
- Specified by:
enterPrimitivesin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitPrimitives
public void exitPrimitives(ThriftBaseParser.PrimitivesContext ctx)
Exit a parse tree produced byThriftBaseParser.primitives().The default implementation does nothing.
- Specified by:
exitPrimitivesin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterMapType
public void enterMapType(ThriftBaseParser.MapTypeContext ctx)
Enter a parse tree produced by themapTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
enterMapTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitMapType
public void exitMapType(ThriftBaseParser.MapTypeContext ctx)
Exit a parse tree produced by themapTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
exitMapTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterSetType
public void enterSetType(ThriftBaseParser.SetTypeContext ctx)
Enter a parse tree produced by thesetTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
enterSetTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitSetType
public void exitSetType(ThriftBaseParser.SetTypeContext ctx)
Exit a parse tree produced by thesetTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
exitSetTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterListType
public void enterListType(ThriftBaseParser.ListTypeContext ctx)
Enter a parse tree produced by thelistTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
enterListTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitListType
public void exitListType(ThriftBaseParser.ListTypeContext ctx)
Exit a parse tree produced by thelistTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
exitListTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterPrimitiveType
public void enterPrimitiveType(ThriftBaseParser.PrimitiveTypeContext ctx)
Enter a parse tree produced by theprimitiveTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitPrimitiveType
public void exitPrimitiveType(ThriftBaseParser.PrimitiveTypeContext ctx)
Exit a parse tree produced by theprimitiveTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
exitPrimitiveTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterStructType
public void enterStructType(ThriftBaseParser.StructTypeContext ctx)
Enter a parse tree produced by thestructTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
enterStructTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitStructType
public void exitStructType(ThriftBaseParser.StructTypeContext ctx)
Exit a parse tree produced by thestructTypelabeled alternative inThriftBaseParser.fieldType().The default implementation does nothing.
- Specified by:
exitStructTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterCommaOrSemicolon
public void enterCommaOrSemicolon(ThriftBaseParser.CommaOrSemicolonContext ctx)
Enter a parse tree produced byThriftBaseParser.commaOrSemicolon().The default implementation does nothing.
- Specified by:
enterCommaOrSemicolonin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitCommaOrSemicolon
public void exitCommaOrSemicolon(ThriftBaseParser.CommaOrSemicolonContext ctx)
Exit a parse tree produced byThriftBaseParser.commaOrSemicolon().The default implementation does nothing.
- Specified by:
exitCommaOrSemicolonin interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterCppType
public void enterCppType(ThriftBaseParser.CppTypeContext ctx)
Enter a parse tree produced byThriftBaseParser.cppType().The default implementation does nothing.
- Specified by:
enterCppTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
exitCppType
public void exitCppType(ThriftBaseParser.CppTypeContext ctx)
Exit a parse tree produced byThriftBaseParser.cppType().The default implementation does nothing.
- Specified by:
exitCppTypein interfaceThriftBaseListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-