public class YJSParserBaseListener extends java.lang.Object implements YJSParserListener
YJSParserListener, which can be extended
to create a listener which only needs to handle a subset of the available methods.| 构造器和说明 |
|---|
YJSParserBaseListener() |
public void enterProgram(YJSParser.ProgramContext ctx)
YJSParser.program().
The default implementation does nothing.
enterProgram 在接口中 YJSParserListenerctx - the parse treepublic void exitProgram(YJSParser.ProgramContext ctx)
YJSParser.program().
The default implementation does nothing.
exitProgram 在接口中 YJSParserListenerctx - the parse treepublic void enterContractDeclar(YJSParser.ContractDeclarContext ctx)
YJSParser.contractDeclar().
The default implementation does nothing.
enterContractDeclar 在接口中 YJSParserListenerctx - the parse treepublic void exitContractDeclar(YJSParser.ContractDeclarContext ctx)
YJSParser.contractDeclar().
The default implementation does nothing.
exitContractDeclar 在接口中 YJSParserListenerctx - the parse treepublic void enterAnnotations(YJSParser.AnnotationsContext ctx)
YJSParser.annotations().
The default implementation does nothing.
enterAnnotations 在接口中 YJSParserListenerctx - the parse treepublic void exitAnnotations(YJSParser.AnnotationsContext ctx)
YJSParser.annotations().
The default implementation does nothing.
exitAnnotations 在接口中 YJSParserListenerctx - the parse treepublic void enterAnnotation(YJSParser.AnnotationContext ctx)
YJSParser.annotation().
The default implementation does nothing.
enterAnnotation 在接口中 YJSParserListenerctx - the parse treepublic void exitAnnotation(YJSParser.AnnotationContext ctx)
YJSParser.annotation().
The default implementation does nothing.
exitAnnotation 在接口中 YJSParserListenerctx - the parse treepublic void enterAnnotationArgs(YJSParser.AnnotationArgsContext ctx)
YJSParser.annotationArgs().
The default implementation does nothing.
enterAnnotationArgs 在接口中 YJSParserListenerctx - the parse treepublic void exitAnnotationArgs(YJSParser.AnnotationArgsContext ctx)
YJSParser.annotationArgs().
The default implementation does nothing.
exitAnnotationArgs 在接口中 YJSParserListenerctx - the parse treepublic void enterAnnotationLiteral(YJSParser.AnnotationLiteralContext ctx)
YJSParser.annotationLiteral().
The default implementation does nothing.
enterAnnotationLiteral 在接口中 YJSParserListenerctx - the parse treepublic void exitAnnotationLiteral(YJSParser.AnnotationLiteralContext ctx)
YJSParser.annotationLiteral().
The default implementation does nothing.
exitAnnotationLiteral 在接口中 YJSParserListenerctx - the parse treepublic void enterClzOrFunctionDeclaration(YJSParser.ClzOrFunctionDeclarationContext ctx)
YJSParser.clzOrFunctionDeclaration().
The default implementation does nothing.
enterClzOrFunctionDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitClzOrFunctionDeclaration(YJSParser.ClzOrFunctionDeclarationContext ctx)
YJSParser.clzOrFunctionDeclaration().
The default implementation does nothing.
exitClzOrFunctionDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterInterfaceDeclaration(YJSParser.InterfaceDeclarationContext ctx)
YJSParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitInterfaceDeclaration(YJSParser.InterfaceDeclarationContext ctx)
YJSParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterEventDeclaration(YJSParser.EventDeclarationContext ctx)
YJSParser.eventDeclaration().
The default implementation does nothing.
enterEventDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitEventDeclaration(YJSParser.EventDeclarationContext ctx)
YJSParser.eventDeclaration().
The default implementation does nothing.
exitEventDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterEventGlobalOrLocal(YJSParser.EventGlobalOrLocalContext ctx)
YJSParser.eventGlobalOrLocal().
The default implementation does nothing.
enterEventGlobalOrLocal 在接口中 YJSParserListenerctx - the parse treepublic void exitEventGlobalOrLocal(YJSParser.EventGlobalOrLocalContext ctx)
YJSParser.eventGlobalOrLocal().
The default implementation does nothing.
exitEventGlobalOrLocal 在接口中 YJSParserListenerctx - the parse treepublic void enterEventSemantics(YJSParser.EventSemanticsContext ctx)
YJSParser.eventSemantics().
The default implementation does nothing.
enterEventSemantics 在接口中 YJSParserListenerctx - the parse treepublic void exitEventSemantics(YJSParser.EventSemanticsContext ctx)
YJSParser.eventSemantics().
The default implementation does nothing.
exitEventSemantics 在接口中 YJSParserListenerctx - the parse treepublic void enterSourceElement(YJSParser.SourceElementContext ctx)
YJSParser.sourceElement().
The default implementation does nothing.
enterSourceElement 在接口中 YJSParserListenerctx - the parse treepublic void exitSourceElement(YJSParser.SourceElementContext ctx)
YJSParser.sourceElement().
The default implementation does nothing.
exitSourceElement 在接口中 YJSParserListenerctx - the parse treepublic void enterImportStmts(YJSParser.ImportStmtsContext ctx)
YJSParser.importStmts().
The default implementation does nothing.
enterImportStmts 在接口中 YJSParserListenerctx - the parse treepublic void exitImportStmts(YJSParser.ImportStmtsContext ctx)
YJSParser.importStmts().
The default implementation does nothing.
exitImportStmts 在接口中 YJSParserListenerctx - the parse treepublic void enterImportStmt(YJSParser.ImportStmtContext ctx)
YJSParser.importStmt().
The default implementation does nothing.
enterImportStmt 在接口中 YJSParserListenerctx - the parse treepublic void exitImportStmt(YJSParser.ImportStmtContext ctx)
YJSParser.importStmt().
The default implementation does nothing.
exitImportStmt 在接口中 YJSParserListenerctx - the parse treepublic void enterExportStmt(YJSParser.ExportStmtContext ctx)
YJSParser.exportStmt().
The default implementation does nothing.
enterExportStmt 在接口中 YJSParserListenerctx - the parse treepublic void exitExportStmt(YJSParser.ExportStmtContext ctx)
YJSParser.exportStmt().
The default implementation does nothing.
exitExportStmt 在接口中 YJSParserListenerctx - the parse treepublic void enterVersionName(YJSParser.VersionNameContext ctx)
YJSParser.versionName().
The default implementation does nothing.
enterVersionName 在接口中 YJSParserListenerctx - the parse treepublic void exitVersionName(YJSParser.VersionNameContext ctx)
YJSParser.versionName().
The default implementation does nothing.
exitVersionName 在接口中 YJSParserListenerctx - the parse treepublic void enterStatement(YJSParser.StatementContext ctx)
YJSParser.statement().
The default implementation does nothing.
enterStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitStatement(YJSParser.StatementContext ctx)
YJSParser.statement().
The default implementation does nothing.
exitStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterBlock(YJSParser.BlockContext ctx)
YJSParser.block().
The default implementation does nothing.
enterBlock 在接口中 YJSParserListenerctx - the parse treepublic void exitBlock(YJSParser.BlockContext ctx)
YJSParser.block().
The default implementation does nothing.
exitBlock 在接口中 YJSParserListenerctx - the parse treepublic void enterStatementList(YJSParser.StatementListContext ctx)
YJSParser.statementList().
The default implementation does nothing.
enterStatementList 在接口中 YJSParserListenerctx - the parse treepublic void exitStatementList(YJSParser.StatementListContext ctx)
YJSParser.statementList().
The default implementation does nothing.
exitStatementList 在接口中 YJSParserListenerctx - the parse treepublic void enterSharableDeclaration(YJSParser.SharableDeclarationContext ctx)
YJSParser.sharableDeclaration().
The default implementation does nothing.
enterSharableDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitSharableDeclaration(YJSParser.SharableDeclarationContext ctx)
YJSParser.sharableDeclaration().
The default implementation does nothing.
exitSharableDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterSharableStatement(YJSParser.SharableStatementContext ctx)
YJSParser.sharableStatement().
The default implementation does nothing.
enterSharableStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitSharableStatement(YJSParser.SharableStatementContext ctx)
YJSParser.sharableStatement().
The default implementation does nothing.
exitSharableStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterSharableModifier(YJSParser.SharableModifierContext ctx)
YJSParser.sharableModifier().
The default implementation does nothing.
enterSharableModifier 在接口中 YJSParserListenerctx - the parse treepublic void exitSharableModifier(YJSParser.SharableModifierContext ctx)
YJSParser.sharableModifier().
The default implementation does nothing.
exitSharableModifier 在接口中 YJSParserListenerctx - the parse treepublic void enterVariableStatement(YJSParser.VariableStatementContext ctx)
YJSParser.variableStatement().
The default implementation does nothing.
enterVariableStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitVariableStatement(YJSParser.VariableStatementContext ctx)
YJSParser.variableStatement().
The default implementation does nothing.
exitVariableStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterVariableDeclarationList(YJSParser.VariableDeclarationListContext ctx)
YJSParser.variableDeclarationList().
The default implementation does nothing.
enterVariableDeclarationList 在接口中 YJSParserListenerctx - the parse treepublic void exitVariableDeclarationList(YJSParser.VariableDeclarationListContext ctx)
YJSParser.variableDeclarationList().
The default implementation does nothing.
exitVariableDeclarationList 在接口中 YJSParserListenerctx - the parse treepublic void enterVariableDeclaration(YJSParser.VariableDeclarationContext ctx)
YJSParser.variableDeclaration().
The default implementation does nothing.
enterVariableDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitVariableDeclaration(YJSParser.VariableDeclarationContext ctx)
YJSParser.variableDeclaration().
The default implementation does nothing.
exitVariableDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterEmptyStatement(YJSParser.EmptyStatementContext ctx)
YJSParser.emptyStatement().
The default implementation does nothing.
enterEmptyStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitEmptyStatement(YJSParser.EmptyStatementContext ctx)
YJSParser.emptyStatement().
The default implementation does nothing.
exitEmptyStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterExpressionStatement(YJSParser.ExpressionStatementContext ctx)
YJSParser.expressionStatement().
The default implementation does nothing.
enterExpressionStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitExpressionStatement(YJSParser.ExpressionStatementContext ctx)
YJSParser.expressionStatement().
The default implementation does nothing.
exitExpressionStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterIfStatement(YJSParser.IfStatementContext ctx)
YJSParser.ifStatement().
The default implementation does nothing.
enterIfStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitIfStatement(YJSParser.IfStatementContext ctx)
YJSParser.ifStatement().
The default implementation does nothing.
exitIfStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterDoStatement(YJSParser.DoStatementContext ctx)
DoStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterDoStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitDoStatement(YJSParser.DoStatementContext ctx)
DoStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitDoStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterWhileStatement(YJSParser.WhileStatementContext ctx)
WhileStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterWhileStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitWhileStatement(YJSParser.WhileStatementContext ctx)
WhileStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitWhileStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterForStatement(YJSParser.ForStatementContext ctx)
ForStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterForStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitForStatement(YJSParser.ForStatementContext ctx)
ForStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitForStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterForVarStatement(YJSParser.ForVarStatementContext ctx)
ForVarStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterForVarStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitForVarStatement(YJSParser.ForVarStatementContext ctx)
ForVarStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitForVarStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterForInStatement(YJSParser.ForInStatementContext ctx)
ForInStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterForInStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitForInStatement(YJSParser.ForInStatementContext ctx)
ForInStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitForInStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterForVarInStatement(YJSParser.ForVarInStatementContext ctx)
ForVarInStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
enterForVarInStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitForVarInStatement(YJSParser.ForVarInStatementContext ctx)
ForVarInStatement labeled alternative in
YJSParser.iterationStatement().
The default implementation does nothing.
exitForVarInStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterVarModifier(YJSParser.VarModifierContext ctx)
YJSParser.varModifier().
The default implementation does nothing.
enterVarModifier 在接口中 YJSParserListenerctx - the parse treepublic void exitVarModifier(YJSParser.VarModifierContext ctx)
YJSParser.varModifier().
The default implementation does nothing.
exitVarModifier 在接口中 YJSParserListenerctx - the parse treepublic void enterContinueStatement(YJSParser.ContinueStatementContext ctx)
YJSParser.continueStatement().
The default implementation does nothing.
enterContinueStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitContinueStatement(YJSParser.ContinueStatementContext ctx)
YJSParser.continueStatement().
The default implementation does nothing.
exitContinueStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterBreakStatement(YJSParser.BreakStatementContext ctx)
YJSParser.breakStatement().
The default implementation does nothing.
enterBreakStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitBreakStatement(YJSParser.BreakStatementContext ctx)
YJSParser.breakStatement().
The default implementation does nothing.
exitBreakStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterReturnStatement(YJSParser.ReturnStatementContext ctx)
YJSParser.returnStatement().
The default implementation does nothing.
enterReturnStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitReturnStatement(YJSParser.ReturnStatementContext ctx)
YJSParser.returnStatement().
The default implementation does nothing.
exitReturnStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterWithStatement(YJSParser.WithStatementContext ctx)
YJSParser.withStatement().
The default implementation does nothing.
enterWithStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitWithStatement(YJSParser.WithStatementContext ctx)
YJSParser.withStatement().
The default implementation does nothing.
exitWithStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterSwitchStatement(YJSParser.SwitchStatementContext ctx)
YJSParser.switchStatement().
The default implementation does nothing.
enterSwitchStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitSwitchStatement(YJSParser.SwitchStatementContext ctx)
YJSParser.switchStatement().
The default implementation does nothing.
exitSwitchStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterCaseBlock(YJSParser.CaseBlockContext ctx)
YJSParser.caseBlock().
The default implementation does nothing.
enterCaseBlock 在接口中 YJSParserListenerctx - the parse treepublic void exitCaseBlock(YJSParser.CaseBlockContext ctx)
YJSParser.caseBlock().
The default implementation does nothing.
exitCaseBlock 在接口中 YJSParserListenerctx - the parse treepublic void enterCaseClauses(YJSParser.CaseClausesContext ctx)
YJSParser.caseClauses().
The default implementation does nothing.
enterCaseClauses 在接口中 YJSParserListenerctx - the parse treepublic void exitCaseClauses(YJSParser.CaseClausesContext ctx)
YJSParser.caseClauses().
The default implementation does nothing.
exitCaseClauses 在接口中 YJSParserListenerctx - the parse treepublic void enterCaseClause(YJSParser.CaseClauseContext ctx)
YJSParser.caseClause().
The default implementation does nothing.
enterCaseClause 在接口中 YJSParserListenerctx - the parse treepublic void exitCaseClause(YJSParser.CaseClauseContext ctx)
YJSParser.caseClause().
The default implementation does nothing.
exitCaseClause 在接口中 YJSParserListenerctx - the parse treepublic void enterDefaultClause(YJSParser.DefaultClauseContext ctx)
YJSParser.defaultClause().
The default implementation does nothing.
enterDefaultClause 在接口中 YJSParserListenerctx - the parse treepublic void exitDefaultClause(YJSParser.DefaultClauseContext ctx)
YJSParser.defaultClause().
The default implementation does nothing.
exitDefaultClause 在接口中 YJSParserListenerctx - the parse treepublic void enterThrowStatement(YJSParser.ThrowStatementContext ctx)
YJSParser.throwStatement().
The default implementation does nothing.
enterThrowStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitThrowStatement(YJSParser.ThrowStatementContext ctx)
YJSParser.throwStatement().
The default implementation does nothing.
exitThrowStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterTryStatement(YJSParser.TryStatementContext ctx)
YJSParser.tryStatement().
The default implementation does nothing.
enterTryStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitTryStatement(YJSParser.TryStatementContext ctx)
YJSParser.tryStatement().
The default implementation does nothing.
exitTryStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterCatchProduction(YJSParser.CatchProductionContext ctx)
YJSParser.catchProduction().
The default implementation does nothing.
enterCatchProduction 在接口中 YJSParserListenerctx - the parse treepublic void exitCatchProduction(YJSParser.CatchProductionContext ctx)
YJSParser.catchProduction().
The default implementation does nothing.
exitCatchProduction 在接口中 YJSParserListenerctx - the parse treepublic void enterFinallyProduction(YJSParser.FinallyProductionContext ctx)
YJSParser.finallyProduction().
The default implementation does nothing.
enterFinallyProduction 在接口中 YJSParserListenerctx - the parse treepublic void exitFinallyProduction(YJSParser.FinallyProductionContext ctx)
YJSParser.finallyProduction().
The default implementation does nothing.
exitFinallyProduction 在接口中 YJSParserListenerctx - the parse treepublic void enterDebuggerStatement(YJSParser.DebuggerStatementContext ctx)
YJSParser.debuggerStatement().
The default implementation does nothing.
enterDebuggerStatement 在接口中 YJSParserListenerctx - the parse treepublic void exitDebuggerStatement(YJSParser.DebuggerStatementContext ctx)
YJSParser.debuggerStatement().
The default implementation does nothing.
exitDebuggerStatement 在接口中 YJSParserListenerctx - the parse treepublic void enterFunctionDeclaration(YJSParser.FunctionDeclarationContext ctx)
YJSParser.functionDeclaration().
The default implementation does nothing.
enterFunctionDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitFunctionDeclaration(YJSParser.FunctionDeclarationContext ctx)
YJSParser.functionDeclaration().
The default implementation does nothing.
exitFunctionDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterClassDeclaration(YJSParser.ClassDeclarationContext ctx)
YJSParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void exitClassDeclaration(YJSParser.ClassDeclarationContext ctx)
YJSParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration 在接口中 YJSParserListenerctx - the parse treepublic void enterClassTail(YJSParser.ClassTailContext ctx)
YJSParser.classTail().
The default implementation does nothing.
enterClassTail 在接口中 YJSParserListenerctx - the parse treepublic void exitClassTail(YJSParser.ClassTailContext ctx)
YJSParser.classTail().
The default implementation does nothing.
exitClassTail 在接口中 YJSParserListenerctx - the parse treepublic void enterClassElement(YJSParser.ClassElementContext ctx)
YJSParser.classElement().
The default implementation does nothing.
enterClassElement 在接口中 YJSParserListenerctx - the parse treepublic void exitClassElement(YJSParser.ClassElementContext ctx)
YJSParser.classElement().
The default implementation does nothing.
exitClassElement 在接口中 YJSParserListenerctx - the parse treepublic void enterMethodDefinition(YJSParser.MethodDefinitionContext ctx)
YJSParser.methodDefinition().
The default implementation does nothing.
enterMethodDefinition 在接口中 YJSParserListenerctx - the parse treepublic void exitMethodDefinition(YJSParser.MethodDefinitionContext ctx)
YJSParser.methodDefinition().
The default implementation does nothing.
exitMethodDefinition 在接口中 YJSParserListenerctx - the parse treepublic void enterFormalParameterList(YJSParser.FormalParameterListContext ctx)
YJSParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList 在接口中 YJSParserListenerctx - the parse treepublic void exitFormalParameterList(YJSParser.FormalParameterListContext ctx)
YJSParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList 在接口中 YJSParserListenerctx - the parse treepublic void enterFormalParameterArg(YJSParser.FormalParameterArgContext ctx)
YJSParser.formalParameterArg().
The default implementation does nothing.
enterFormalParameterArg 在接口中 YJSParserListenerctx - the parse treepublic void exitFormalParameterArg(YJSParser.FormalParameterArgContext ctx)
YJSParser.formalParameterArg().
The default implementation does nothing.
exitFormalParameterArg 在接口中 YJSParserListenerctx - the parse treepublic void enterLastFormalParameterArg(YJSParser.LastFormalParameterArgContext ctx)
YJSParser.lastFormalParameterArg().
The default implementation does nothing.
enterLastFormalParameterArg 在接口中 YJSParserListenerctx - the parse treepublic void exitLastFormalParameterArg(YJSParser.LastFormalParameterArgContext ctx)
YJSParser.lastFormalParameterArg().
The default implementation does nothing.
exitLastFormalParameterArg 在接口中 YJSParserListenerctx - the parse treepublic void enterFunctionBody(YJSParser.FunctionBodyContext ctx)
YJSParser.functionBody().
The default implementation does nothing.
enterFunctionBody 在接口中 YJSParserListenerctx - the parse treepublic void exitFunctionBody(YJSParser.FunctionBodyContext ctx)
YJSParser.functionBody().
The default implementation does nothing.
exitFunctionBody 在接口中 YJSParserListenerctx - the parse treepublic void enterSourceElements(YJSParser.SourceElementsContext ctx)
YJSParser.sourceElements().
The default implementation does nothing.
enterSourceElements 在接口中 YJSParserListenerctx - the parse treepublic void exitSourceElements(YJSParser.SourceElementsContext ctx)
YJSParser.sourceElements().
The default implementation does nothing.
exitSourceElements 在接口中 YJSParserListenerctx - the parse treepublic void enterArrayLiteral(YJSParser.ArrayLiteralContext ctx)
YJSParser.arrayLiteral().
The default implementation does nothing.
enterArrayLiteral 在接口中 YJSParserListenerctx - the parse treepublic void exitArrayLiteral(YJSParser.ArrayLiteralContext ctx)
YJSParser.arrayLiteral().
The default implementation does nothing.
exitArrayLiteral 在接口中 YJSParserListenerctx - the parse treepublic void enterElementList(YJSParser.ElementListContext ctx)
YJSParser.elementList().
The default implementation does nothing.
enterElementList 在接口中 YJSParserListenerctx - the parse treepublic void exitElementList(YJSParser.ElementListContext ctx)
YJSParser.elementList().
The default implementation does nothing.
exitElementList 在接口中 YJSParserListenerctx - the parse treepublic void enterLastElement(YJSParser.LastElementContext ctx)
YJSParser.lastElement().
The default implementation does nothing.
enterLastElement 在接口中 YJSParserListenerctx - the parse treepublic void exitLastElement(YJSParser.LastElementContext ctx)
YJSParser.lastElement().
The default implementation does nothing.
exitLastElement 在接口中 YJSParserListenerctx - the parse treepublic void enterObjectLiteral(YJSParser.ObjectLiteralContext ctx)
YJSParser.objectLiteral().
The default implementation does nothing.
enterObjectLiteral 在接口中 YJSParserListenerctx - the parse treepublic void exitObjectLiteral(YJSParser.ObjectLiteralContext ctx)
YJSParser.objectLiteral().
The default implementation does nothing.
exitObjectLiteral 在接口中 YJSParserListenerctx - the parse treepublic void enterPropertyExpressionAssignment(YJSParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment labeled alternative
in YJSParser.propertyAssignment().
The default implementation does nothing.
enterPropertyExpressionAssignment 在接口中 YJSParserListenerctx - the parse treepublic void exitPropertyExpressionAssignment(YJSParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment labeled alternative in
YJSParser.propertyAssignment().
The default implementation does nothing.
exitPropertyExpressionAssignment 在接口中 YJSParserListenerctx - the parse treepublic void enterComputedPropertyExpressionAssignment(YJSParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment labeled
alternative in YJSParser.propertyAssignment().
The default implementation does nothing.
enterComputedPropertyExpressionAssignment 在接口中 YJSParserListenerctx - the parse treepublic void exitComputedPropertyExpressionAssignment(YJSParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment labeled
alternative in YJSParser.propertyAssignment().
The default implementation does nothing.
exitComputedPropertyExpressionAssignment 在接口中 YJSParserListenerctx - the parse treepublic void enterPropertyShorthand(YJSParser.PropertyShorthandContext ctx)
PropertyShorthand labeled alternative in
YJSParser.propertyAssignment().
The default implementation does nothing.
enterPropertyShorthand 在接口中 YJSParserListenerctx - the parse treepublic void exitPropertyShorthand(YJSParser.PropertyShorthandContext ctx)
PropertyShorthand labeled alternative in
YJSParser.propertyAssignment().
The default implementation does nothing.
exitPropertyShorthand 在接口中 YJSParserListenerctx - the parse treepublic void enterPropertyName(YJSParser.PropertyNameContext ctx)
YJSParser.propertyName().
The default implementation does nothing.
enterPropertyName 在接口中 YJSParserListenerctx - the parse treepublic void exitPropertyName(YJSParser.PropertyNameContext ctx)
YJSParser.propertyName().
The default implementation does nothing.
exitPropertyName 在接口中 YJSParserListenerctx - the parse treepublic void enterArguments(YJSParser.ArgumentsContext ctx)
YJSParser.arguments().
The default implementation does nothing.
enterArguments 在接口中 YJSParserListenerctx - the parse treepublic void exitArguments(YJSParser.ArgumentsContext ctx)
YJSParser.arguments().
The default implementation does nothing.
exitArguments 在接口中 YJSParserListenerctx - the parse treepublic void enterLastArgument(YJSParser.LastArgumentContext ctx)
YJSParser.lastArgument().
The default implementation does nothing.
enterLastArgument 在接口中 YJSParserListenerctx - the parse treepublic void exitLastArgument(YJSParser.LastArgumentContext ctx)
YJSParser.lastArgument().
The default implementation does nothing.
exitLastArgument 在接口中 YJSParserListenerctx - the parse treepublic void enterExpressionSequence(YJSParser.ExpressionSequenceContext ctx)
YJSParser.expressionSequence().
The default implementation does nothing.
enterExpressionSequence 在接口中 YJSParserListenerctx - the parse treepublic void exitExpressionSequence(YJSParser.ExpressionSequenceContext ctx)
YJSParser.expressionSequence().
The default implementation does nothing.
exitExpressionSequence 在接口中 YJSParserListenerctx - the parse treepublic void enterTemplateStringExpression(YJSParser.TemplateStringExpressionContext ctx)
TemplateStringExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterTemplateStringExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitTemplateStringExpression(YJSParser.TemplateStringExpressionContext ctx)
TemplateStringExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitTemplateStringExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterTernaryExpression(YJSParser.TernaryExpressionContext ctx)
TernaryExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterTernaryExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitTernaryExpression(YJSParser.TernaryExpressionContext ctx)
TernaryExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitTernaryExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterLogicalAndExpression(YJSParser.LogicalAndExpressionContext ctx)
LogicalAndExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterLogicalAndExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitLogicalAndExpression(YJSParser.LogicalAndExpressionContext ctx)
LogicalAndExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitLogicalAndExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterPreIncrementExpression(YJSParser.PreIncrementExpressionContext ctx)
PreIncrementExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterPreIncrementExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitPreIncrementExpression(YJSParser.PreIncrementExpressionContext ctx)
PreIncrementExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitPreIncrementExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterObjectLiteralExpression(YJSParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterObjectLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitObjectLiteralExpression(YJSParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitObjectLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterInExpression(YJSParser.InExpressionContext ctx)
InExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterInExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitInExpression(YJSParser.InExpressionContext ctx)
InExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitInExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterLogicalOrExpression(YJSParser.LogicalOrExpressionContext ctx)
LogicalOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterLogicalOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitLogicalOrExpression(YJSParser.LogicalOrExpressionContext ctx)
LogicalOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitLogicalOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterNotExpression(YJSParser.NotExpressionContext ctx)
NotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterNotExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitNotExpression(YJSParser.NotExpressionContext ctx)
NotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitNotExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterPreDecreaseExpression(YJSParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterPreDecreaseExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitPreDecreaseExpression(YJSParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitPreDecreaseExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterArgumentsExpression(YJSParser.ArgumentsExpressionContext ctx)
ArgumentsExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterArgumentsExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitArgumentsExpression(YJSParser.ArgumentsExpressionContext ctx)
ArgumentsExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitArgumentsExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterThisExpression(YJSParser.ThisExpressionContext ctx)
ThisExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterThisExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitThisExpression(YJSParser.ThisExpressionContext ctx)
ThisExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitThisExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterUnaryMinusExpression(YJSParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterUnaryMinusExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitUnaryMinusExpression(YJSParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitUnaryMinusExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterAssignmentExpression(YJSParser.AssignmentExpressionContext ctx)
AssignmentExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterAssignmentExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitAssignmentExpression(YJSParser.AssignmentExpressionContext ctx)
AssignmentExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitAssignmentExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterPostDecreaseExpression(YJSParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterPostDecreaseExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitPostDecreaseExpression(YJSParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitPostDecreaseExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterTypeofExpression(YJSParser.TypeofExpressionContext ctx)
TypeofExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterTypeofExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitTypeofExpression(YJSParser.TypeofExpressionContext ctx)
TypeofExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitTypeofExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterInstanceofExpression(YJSParser.InstanceofExpressionContext ctx)
InstanceofExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterInstanceofExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitInstanceofExpression(YJSParser.InstanceofExpressionContext ctx)
InstanceofExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitInstanceofExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterUnaryPlusExpression(YJSParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterUnaryPlusExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitUnaryPlusExpression(YJSParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitUnaryPlusExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterArrowFunctionExpression(YJSParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterArrowFunctionExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitArrowFunctionExpression(YJSParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitArrowFunctionExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterEqualityExpression(YJSParser.EqualityExpressionContext ctx)
EqualityExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterEqualityExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitEqualityExpression(YJSParser.EqualityExpressionContext ctx)
EqualityExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitEqualityExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterBitXOrExpression(YJSParser.BitXOrExpressionContext ctx)
BitXOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterBitXOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitBitXOrExpression(YJSParser.BitXOrExpressionContext ctx)
BitXOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitBitXOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterSuperExpression(YJSParser.SuperExpressionContext ctx)
SuperExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterSuperExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitSuperExpression(YJSParser.SuperExpressionContext ctx)
SuperExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitSuperExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterMultiplicativeExpression(YJSParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterMultiplicativeExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitMultiplicativeExpression(YJSParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitMultiplicativeExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterBitShiftExpression(YJSParser.BitShiftExpressionContext ctx)
BitShiftExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterBitShiftExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitBitShiftExpression(YJSParser.BitShiftExpressionContext ctx)
BitShiftExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitBitShiftExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterParenthesizedExpression(YJSParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterParenthesizedExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitParenthesizedExpression(YJSParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitParenthesizedExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterAdditiveExpression(YJSParser.AdditiveExpressionContext ctx)
AdditiveExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterAdditiveExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitAdditiveExpression(YJSParser.AdditiveExpressionContext ctx)
AdditiveExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitAdditiveExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterRelationalExpression(YJSParser.RelationalExpressionContext ctx)
RelationalExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterRelationalExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitRelationalExpression(YJSParser.RelationalExpressionContext ctx)
RelationalExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitRelationalExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterPostIncrementExpression(YJSParser.PostIncrementExpressionContext ctx)
PostIncrementExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterPostIncrementExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitPostIncrementExpression(YJSParser.PostIncrementExpressionContext ctx)
PostIncrementExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitPostIncrementExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterBitNotExpression(YJSParser.BitNotExpressionContext ctx)
BitNotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterBitNotExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitBitNotExpression(YJSParser.BitNotExpressionContext ctx)
BitNotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitBitNotExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterNewExpression(YJSParser.NewExpressionContext ctx)
NewExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterNewExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitNewExpression(YJSParser.NewExpressionContext ctx)
NewExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitNewExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterLiteralExpression(YJSParser.LiteralExpressionContext ctx)
LiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitLiteralExpression(YJSParser.LiteralExpressionContext ctx)
LiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterArrayLiteralExpression(YJSParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterArrayLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitArrayLiteralExpression(YJSParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitArrayLiteralExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterMemberDotExpression(YJSParser.MemberDotExpressionContext ctx)
MemberDotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterMemberDotExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitMemberDotExpression(YJSParser.MemberDotExpressionContext ctx)
MemberDotExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitMemberDotExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterMemberIndexExpression(YJSParser.MemberIndexExpressionContext ctx)
MemberIndexExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterMemberIndexExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitMemberIndexExpression(YJSParser.MemberIndexExpressionContext ctx)
MemberIndexExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitMemberIndexExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterIdentifierExpression(YJSParser.IdentifierExpressionContext ctx)
IdentifierExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterIdentifierExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitIdentifierExpression(YJSParser.IdentifierExpressionContext ctx)
IdentifierExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitIdentifierExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterBitAndExpression(YJSParser.BitAndExpressionContext ctx)
BitAndExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterBitAndExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitBitAndExpression(YJSParser.BitAndExpressionContext ctx)
BitAndExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitBitAndExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterBitOrExpression(YJSParser.BitOrExpressionContext ctx)
BitOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
enterBitOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitBitOrExpression(YJSParser.BitOrExpressionContext ctx)
BitOrExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitBitOrExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterAssignmentOperatorExpression(YJSParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression labeled alternative
in YJSParser.singleExpression().
The default implementation does nothing.
enterAssignmentOperatorExpression 在接口中 YJSParserListenerctx - the parse treepublic void exitAssignmentOperatorExpression(YJSParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression labeled alternative in
YJSParser.singleExpression().
The default implementation does nothing.
exitAssignmentOperatorExpression 在接口中 YJSParserListenerctx - the parse treepublic void enterArrowFunctionParameters(YJSParser.ArrowFunctionParametersContext ctx)
YJSParser.arrowFunctionParameters().
The default implementation does nothing.
enterArrowFunctionParameters 在接口中 YJSParserListenerctx - the parse treepublic void exitArrowFunctionParameters(YJSParser.ArrowFunctionParametersContext ctx)
YJSParser.arrowFunctionParameters().
The default implementation does nothing.
exitArrowFunctionParameters 在接口中 YJSParserListenerctx - the parse treepublic void enterArrowFunctionBody(YJSParser.ArrowFunctionBodyContext ctx)
YJSParser.arrowFunctionBody().
The default implementation does nothing.
enterArrowFunctionBody 在接口中 YJSParserListenerctx - the parse treepublic void exitArrowFunctionBody(YJSParser.ArrowFunctionBodyContext ctx)
YJSParser.arrowFunctionBody().
The default implementation does nothing.
exitArrowFunctionBody 在接口中 YJSParserListenerctx - the parse treepublic void enterAssignmentOperator(YJSParser.AssignmentOperatorContext ctx)
YJSParser.assignmentOperator().
The default implementation does nothing.
enterAssignmentOperator 在接口中 YJSParserListenerctx - the parse treepublic void exitAssignmentOperator(YJSParser.AssignmentOperatorContext ctx)
YJSParser.assignmentOperator().
The default implementation does nothing.
exitAssignmentOperator 在接口中 YJSParserListenerctx - the parse treepublic void enterLiteral(YJSParser.LiteralContext ctx)
YJSParser.literal().
The default implementation does nothing.
enterLiteral 在接口中 YJSParserListenerctx - the parse treepublic void exitLiteral(YJSParser.LiteralContext ctx)
YJSParser.literal().
The default implementation does nothing.
exitLiteral 在接口中 YJSParserListenerctx - the parse treepublic void enterNumericLiteral(YJSParser.NumericLiteralContext ctx)
YJSParser.numericLiteral().
The default implementation does nothing.
enterNumericLiteral 在接口中 YJSParserListenerctx - the parse treepublic void exitNumericLiteral(YJSParser.NumericLiteralContext ctx)
YJSParser.numericLiteral().
The default implementation does nothing.
exitNumericLiteral 在接口中 YJSParserListenerctx - the parse treepublic void enterIdentifierName(YJSParser.IdentifierNameContext ctx)
YJSParser.identifierName().
The default implementation does nothing.
enterIdentifierName 在接口中 YJSParserListenerctx - the parse treepublic void exitIdentifierName(YJSParser.IdentifierNameContext ctx)
YJSParser.identifierName().
The default implementation does nothing.
exitIdentifierName 在接口中 YJSParserListenerctx - the parse treepublic void enterReservedWord(YJSParser.ReservedWordContext ctx)
YJSParser.reservedWord().
The default implementation does nothing.
enterReservedWord 在接口中 YJSParserListenerctx - the parse treepublic void exitReservedWord(YJSParser.ReservedWordContext ctx)
YJSParser.reservedWord().
The default implementation does nothing.
exitReservedWord 在接口中 YJSParserListenerctx - the parse treepublic void enterKeyword(YJSParser.KeywordContext ctx)
YJSParser.keyword().
The default implementation does nothing.
enterKeyword 在接口中 YJSParserListenerctx - the parse treepublic void exitKeyword(YJSParser.KeywordContext ctx)
YJSParser.keyword().
The default implementation does nothing.
exitKeyword 在接口中 YJSParserListenerctx - the parse treepublic void enterEos(YJSParser.EosContext ctx)
YJSParser.eos().
The default implementation does nothing.
enterEos 在接口中 YJSParserListenerctx - the parse treepublic void exitEos(YJSParser.EosContext ctx)
YJSParser.eos().
The default implementation does nothing.
exitEos 在接口中 YJSParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListener