Class JavaScriptParserBaseListener
- java.lang.Object
-
- one.gfw.antlr4.js.javascript.JavaScriptParserBaseListener
-
- All Implemented Interfaces:
JavaScriptParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class JavaScriptParserBaseListener extends Object implements JavaScriptParserListener
This class provides an empty implementation ofJavaScriptParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description JavaScriptParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterProgram
public void enterProgram(JavaScriptParser.ProgramContext ctx)
Enter a parse tree produced byJavaScriptParser.program().The default implementation does nothing.
- Specified by:
enterProgramin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitProgram
public void exitProgram(JavaScriptParser.ProgramContext ctx)
Exit a parse tree produced byJavaScriptParser.program().The default implementation does nothing.
- Specified by:
exitProgramin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterSourceElement
public void enterSourceElement(JavaScriptParser.SourceElementContext ctx)
Enter a parse tree produced byJavaScriptParser.sourceElement().The default implementation does nothing.
- Specified by:
enterSourceElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitSourceElement
public void exitSourceElement(JavaScriptParser.SourceElementContext ctx)
Exit a parse tree produced byJavaScriptParser.sourceElement().The default implementation does nothing.
- Specified by:
exitSourceElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(JavaScriptParser.StatementContext ctx)
Enter a parse tree produced byJavaScriptParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(JavaScriptParser.StatementContext ctx)
Exit a parse tree produced byJavaScriptParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(JavaScriptParser.BlockContext ctx)
Enter a parse tree produced byJavaScriptParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(JavaScriptParser.BlockContext ctx)
Exit a parse tree produced byJavaScriptParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterStatementList
public void enterStatementList(JavaScriptParser.StatementListContext ctx)
Enter a parse tree produced byJavaScriptParser.statementList().The default implementation does nothing.
- Specified by:
enterStatementListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitStatementList
public void exitStatementList(JavaScriptParser.StatementListContext ctx)
Exit a parse tree produced byJavaScriptParser.statementList().The default implementation does nothing.
- Specified by:
exitStatementListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportStatement
public void enterImportStatement(JavaScriptParser.ImportStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.importStatement().The default implementation does nothing.
- Specified by:
enterImportStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportStatement
public void exitImportStatement(JavaScriptParser.ImportStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.importStatement().The default implementation does nothing.
- Specified by:
exitImportStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportFromBlock
public void enterImportFromBlock(JavaScriptParser.ImportFromBlockContext ctx)
Enter a parse tree produced byJavaScriptParser.importFromBlock().The default implementation does nothing.
- Specified by:
enterImportFromBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportFromBlock
public void exitImportFromBlock(JavaScriptParser.ImportFromBlockContext ctx)
Exit a parse tree produced byJavaScriptParser.importFromBlock().The default implementation does nothing.
- Specified by:
exitImportFromBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterModuleItems
public void enterModuleItems(JavaScriptParser.ModuleItemsContext ctx)
Enter a parse tree produced byJavaScriptParser.moduleItems().The default implementation does nothing.
- Specified by:
enterModuleItemsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitModuleItems
public void exitModuleItems(JavaScriptParser.ModuleItemsContext ctx)
Exit a parse tree produced byJavaScriptParser.moduleItems().The default implementation does nothing.
- Specified by:
exitModuleItemsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportDefault
public void enterImportDefault(JavaScriptParser.ImportDefaultContext ctx)
Enter a parse tree produced byJavaScriptParser.importDefault().The default implementation does nothing.
- Specified by:
enterImportDefaultin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportDefault
public void exitImportDefault(JavaScriptParser.ImportDefaultContext ctx)
Exit a parse tree produced byJavaScriptParser.importDefault().The default implementation does nothing.
- Specified by:
exitImportDefaultin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportNamespace
public void enterImportNamespace(JavaScriptParser.ImportNamespaceContext ctx)
Enter a parse tree produced byJavaScriptParser.importNamespace().The default implementation does nothing.
- Specified by:
enterImportNamespacein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportNamespace
public void exitImportNamespace(JavaScriptParser.ImportNamespaceContext ctx)
Exit a parse tree produced byJavaScriptParser.importNamespace().The default implementation does nothing.
- Specified by:
exitImportNamespacein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportFrom
public void enterImportFrom(JavaScriptParser.ImportFromContext ctx)
Enter a parse tree produced byJavaScriptParser.importFrom().The default implementation does nothing.
- Specified by:
enterImportFromin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportFrom
public void exitImportFrom(JavaScriptParser.ImportFromContext ctx)
Exit a parse tree produced byJavaScriptParser.importFrom().The default implementation does nothing.
- Specified by:
exitImportFromin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAliasName
public void enterAliasName(JavaScriptParser.AliasNameContext ctx)
Enter a parse tree produced byJavaScriptParser.aliasName().The default implementation does nothing.
- Specified by:
enterAliasNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAliasName
public void exitAliasName(JavaScriptParser.AliasNameContext ctx)
Exit a parse tree produced byJavaScriptParser.aliasName().The default implementation does nothing.
- Specified by:
exitAliasNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterExportDeclaration
public void enterExportDeclaration(JavaScriptParser.ExportDeclarationContext ctx)
Enter a parse tree produced by theExportDeclarationlabeled alternative inJavaScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
enterExportDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitExportDeclaration
public void exitExportDeclaration(JavaScriptParser.ExportDeclarationContext ctx)
Exit a parse tree produced by theExportDeclarationlabeled alternative inJavaScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
exitExportDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterExportDefaultDeclaration
public void enterExportDefaultDeclaration(JavaScriptParser.ExportDefaultDeclarationContext ctx)
Enter a parse tree produced by theExportDefaultDeclarationlabeled alternative inJavaScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
enterExportDefaultDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitExportDefaultDeclaration
public void exitExportDefaultDeclaration(JavaScriptParser.ExportDefaultDeclarationContext ctx)
Exit a parse tree produced by theExportDefaultDeclarationlabeled alternative inJavaScriptParser.exportStatement().The default implementation does nothing.
- Specified by:
exitExportDefaultDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterExportFromBlock
public void enterExportFromBlock(JavaScriptParser.ExportFromBlockContext ctx)
Enter a parse tree produced byJavaScriptParser.exportFromBlock().The default implementation does nothing.
- Specified by:
enterExportFromBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitExportFromBlock
public void exitExportFromBlock(JavaScriptParser.ExportFromBlockContext ctx)
Exit a parse tree produced byJavaScriptParser.exportFromBlock().The default implementation does nothing.
- Specified by:
exitExportFromBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterDeclaration
public void enterDeclaration(JavaScriptParser.DeclarationContext ctx)
Enter a parse tree produced byJavaScriptParser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitDeclaration
public void exitDeclaration(JavaScriptParser.DeclarationContext ctx)
Exit a parse tree produced byJavaScriptParser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableStatement
public void enterVariableStatement(JavaScriptParser.VariableStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.variableStatement().The default implementation does nothing.
- Specified by:
enterVariableStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableStatement
public void exitVariableStatement(JavaScriptParser.VariableStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.variableStatement().The default implementation does nothing.
- Specified by:
exitVariableStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarationList
public void enterVariableDeclarationList(JavaScriptParser.VariableDeclarationListContext ctx)
Enter a parse tree produced byJavaScriptParser.variableDeclarationList().The default implementation does nothing.
- Specified by:
enterVariableDeclarationListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarationList
public void exitVariableDeclarationList(JavaScriptParser.VariableDeclarationListContext ctx)
Exit a parse tree produced byJavaScriptParser.variableDeclarationList().The default implementation does nothing.
- Specified by:
exitVariableDeclarationListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
public void enterVariableDeclaration(JavaScriptParser.VariableDeclarationContext ctx)
Enter a parse tree produced byJavaScriptParser.variableDeclaration().The default implementation does nothing.
- Specified by:
enterVariableDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
public void exitVariableDeclaration(JavaScriptParser.VariableDeclarationContext ctx)
Exit a parse tree produced byJavaScriptParser.variableDeclaration().The default implementation does nothing.
- Specified by:
exitVariableDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterEmptyStatement_
public void enterEmptyStatement_(JavaScriptParser.EmptyStatement_Context ctx)
Enter a parse tree produced byJavaScriptParser.emptyStatement_().The default implementation does nothing.
- Specified by:
enterEmptyStatement_in interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitEmptyStatement_
public void exitEmptyStatement_(JavaScriptParser.EmptyStatement_Context ctx)
Exit a parse tree produced byJavaScriptParser.emptyStatement_().The default implementation does nothing.
- Specified by:
exitEmptyStatement_in interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterExpressionStatement
public void enterExpressionStatement(JavaScriptParser.ExpressionStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.expressionStatement().The default implementation does nothing.
- Specified by:
enterExpressionStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitExpressionStatement
public void exitExpressionStatement(JavaScriptParser.ExpressionStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.expressionStatement().The default implementation does nothing.
- Specified by:
exitExpressionStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterIfStatement
public void enterIfStatement(JavaScriptParser.IfStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.ifStatement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitIfStatement
public void exitIfStatement(JavaScriptParser.IfStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.ifStatement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterDoStatement
public void enterDoStatement(JavaScriptParser.DoStatementContext ctx)
Enter a parse tree produced by theDoStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterDoStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitDoStatement
public void exitDoStatement(JavaScriptParser.DoStatementContext ctx)
Exit a parse tree produced by theDoStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitDoStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterWhileStatement
public void enterWhileStatement(JavaScriptParser.WhileStatementContext ctx)
Enter a parse tree produced by theWhileStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterWhileStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitWhileStatement
public void exitWhileStatement(JavaScriptParser.WhileStatementContext ctx)
Exit a parse tree produced by theWhileStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitWhileStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterForStatement
public void enterForStatement(JavaScriptParser.ForStatementContext ctx)
Enter a parse tree produced by theForStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitForStatement
public void exitForStatement(JavaScriptParser.ForStatementContext ctx)
Exit a parse tree produced by theForStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterForInStatement
public void enterForInStatement(JavaScriptParser.ForInStatementContext ctx)
Enter a parse tree produced by theForInStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForInStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitForInStatement
public void exitForInStatement(JavaScriptParser.ForInStatementContext ctx)
Exit a parse tree produced by theForInStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForInStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterForOfStatement
public void enterForOfStatement(JavaScriptParser.ForOfStatementContext ctx)
Enter a parse tree produced by theForOfStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
enterForOfStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitForOfStatement
public void exitForOfStatement(JavaScriptParser.ForOfStatementContext ctx)
Exit a parse tree produced by theForOfStatementlabeled alternative inJavaScriptParser.iterationStatement().The default implementation does nothing.
- Specified by:
exitForOfStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterVarModifier
public void enterVarModifier(JavaScriptParser.VarModifierContext ctx)
Enter a parse tree produced byJavaScriptParser.varModifier().The default implementation does nothing.
- Specified by:
enterVarModifierin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitVarModifier
public void exitVarModifier(JavaScriptParser.VarModifierContext ctx)
Exit a parse tree produced byJavaScriptParser.varModifier().The default implementation does nothing.
- Specified by:
exitVarModifierin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterContinueStatement
public void enterContinueStatement(JavaScriptParser.ContinueStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.continueStatement().The default implementation does nothing.
- Specified by:
enterContinueStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitContinueStatement
public void exitContinueStatement(JavaScriptParser.ContinueStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.continueStatement().The default implementation does nothing.
- Specified by:
exitContinueStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBreakStatement
public void enterBreakStatement(JavaScriptParser.BreakStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.breakStatement().The default implementation does nothing.
- Specified by:
enterBreakStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBreakStatement
public void exitBreakStatement(JavaScriptParser.BreakStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.breakStatement().The default implementation does nothing.
- Specified by:
exitBreakStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterReturnStatement
public void enterReturnStatement(JavaScriptParser.ReturnStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.returnStatement().The default implementation does nothing.
- Specified by:
enterReturnStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitReturnStatement
public void exitReturnStatement(JavaScriptParser.ReturnStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.returnStatement().The default implementation does nothing.
- Specified by:
exitReturnStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterYieldStatement
public void enterYieldStatement(JavaScriptParser.YieldStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.yieldStatement().The default implementation does nothing.
- Specified by:
enterYieldStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitYieldStatement
public void exitYieldStatement(JavaScriptParser.YieldStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.yieldStatement().The default implementation does nothing.
- Specified by:
exitYieldStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterWithStatement
public void enterWithStatement(JavaScriptParser.WithStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.withStatement().The default implementation does nothing.
- Specified by:
enterWithStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitWithStatement
public void exitWithStatement(JavaScriptParser.WithStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.withStatement().The default implementation does nothing.
- Specified by:
exitWithStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterSwitchStatement
public void enterSwitchStatement(JavaScriptParser.SwitchStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.switchStatement().The default implementation does nothing.
- Specified by:
enterSwitchStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitSwitchStatement
public void exitSwitchStatement(JavaScriptParser.SwitchStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.switchStatement().The default implementation does nothing.
- Specified by:
exitSwitchStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseBlock
public void enterCaseBlock(JavaScriptParser.CaseBlockContext ctx)
Enter a parse tree produced byJavaScriptParser.caseBlock().The default implementation does nothing.
- Specified by:
enterCaseBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseBlock
public void exitCaseBlock(JavaScriptParser.CaseBlockContext ctx)
Exit a parse tree produced byJavaScriptParser.caseBlock().The default implementation does nothing.
- Specified by:
exitCaseBlockin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseClauses
public void enterCaseClauses(JavaScriptParser.CaseClausesContext ctx)
Enter a parse tree produced byJavaScriptParser.caseClauses().The default implementation does nothing.
- Specified by:
enterCaseClausesin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseClauses
public void exitCaseClauses(JavaScriptParser.CaseClausesContext ctx)
Exit a parse tree produced byJavaScriptParser.caseClauses().The default implementation does nothing.
- Specified by:
exitCaseClausesin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterCaseClause
public void enterCaseClause(JavaScriptParser.CaseClauseContext ctx)
Enter a parse tree produced byJavaScriptParser.caseClause().The default implementation does nothing.
- Specified by:
enterCaseClausein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitCaseClause
public void exitCaseClause(JavaScriptParser.CaseClauseContext ctx)
Exit a parse tree produced byJavaScriptParser.caseClause().The default implementation does nothing.
- Specified by:
exitCaseClausein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterDefaultClause
public void enterDefaultClause(JavaScriptParser.DefaultClauseContext ctx)
Enter a parse tree produced byJavaScriptParser.defaultClause().The default implementation does nothing.
- Specified by:
enterDefaultClausein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitDefaultClause
public void exitDefaultClause(JavaScriptParser.DefaultClauseContext ctx)
Exit a parse tree produced byJavaScriptParser.defaultClause().The default implementation does nothing.
- Specified by:
exitDefaultClausein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLabelledStatement
public void enterLabelledStatement(JavaScriptParser.LabelledStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.labelledStatement().The default implementation does nothing.
- Specified by:
enterLabelledStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLabelledStatement
public void exitLabelledStatement(JavaScriptParser.LabelledStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.labelledStatement().The default implementation does nothing.
- Specified by:
exitLabelledStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterThrowStatement
public void enterThrowStatement(JavaScriptParser.ThrowStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.throwStatement().The default implementation does nothing.
- Specified by:
enterThrowStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitThrowStatement
public void exitThrowStatement(JavaScriptParser.ThrowStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.throwStatement().The default implementation does nothing.
- Specified by:
exitThrowStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTryStatement
public void enterTryStatement(JavaScriptParser.TryStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.tryStatement().The default implementation does nothing.
- Specified by:
enterTryStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTryStatement
public void exitTryStatement(JavaScriptParser.TryStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.tryStatement().The default implementation does nothing.
- Specified by:
exitTryStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterCatchProduction
public void enterCatchProduction(JavaScriptParser.CatchProductionContext ctx)
Enter a parse tree produced byJavaScriptParser.catchProduction().The default implementation does nothing.
- Specified by:
enterCatchProductionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitCatchProduction
public void exitCatchProduction(JavaScriptParser.CatchProductionContext ctx)
Exit a parse tree produced byJavaScriptParser.catchProduction().The default implementation does nothing.
- Specified by:
exitCatchProductionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFinallyProduction
public void enterFinallyProduction(JavaScriptParser.FinallyProductionContext ctx)
Enter a parse tree produced byJavaScriptParser.finallyProduction().The default implementation does nothing.
- Specified by:
enterFinallyProductionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFinallyProduction
public void exitFinallyProduction(JavaScriptParser.FinallyProductionContext ctx)
Exit a parse tree produced byJavaScriptParser.finallyProduction().The default implementation does nothing.
- Specified by:
exitFinallyProductionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterDebuggerStatement
public void enterDebuggerStatement(JavaScriptParser.DebuggerStatementContext ctx)
Enter a parse tree produced byJavaScriptParser.debuggerStatement().The default implementation does nothing.
- Specified by:
enterDebuggerStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitDebuggerStatement
public void exitDebuggerStatement(JavaScriptParser.DebuggerStatementContext ctx)
Exit a parse tree produced byJavaScriptParser.debuggerStatement().The default implementation does nothing.
- Specified by:
exitDebuggerStatementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
public void enterFunctionDeclaration(JavaScriptParser.FunctionDeclarationContext ctx)
Enter a parse tree produced byJavaScriptParser.functionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
public void exitFunctionDeclaration(JavaScriptParser.FunctionDeclarationContext ctx)
Exit a parse tree produced byJavaScriptParser.functionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassDeclaration
public void enterClassDeclaration(JavaScriptParser.ClassDeclarationContext ctx)
Enter a parse tree produced byJavaScriptParser.classDeclaration().The default implementation does nothing.
- Specified by:
enterClassDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassDeclaration
public void exitClassDeclaration(JavaScriptParser.ClassDeclarationContext ctx)
Exit a parse tree produced byJavaScriptParser.classDeclaration().The default implementation does nothing.
- Specified by:
exitClassDeclarationin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassTail
public void enterClassTail(JavaScriptParser.ClassTailContext ctx)
Enter a parse tree produced byJavaScriptParser.classTail().The default implementation does nothing.
- Specified by:
enterClassTailin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassTail
public void exitClassTail(JavaScriptParser.ClassTailContext ctx)
Exit a parse tree produced byJavaScriptParser.classTail().The default implementation does nothing.
- Specified by:
exitClassTailin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassElement
public void enterClassElement(JavaScriptParser.ClassElementContext ctx)
Enter a parse tree produced byJavaScriptParser.classElement().The default implementation does nothing.
- Specified by:
enterClassElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassElement
public void exitClassElement(JavaScriptParser.ClassElementContext ctx)
Exit a parse tree produced byJavaScriptParser.classElement().The default implementation does nothing.
- Specified by:
exitClassElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterMethodDefinition
public void enterMethodDefinition(JavaScriptParser.MethodDefinitionContext ctx)
Enter a parse tree produced byJavaScriptParser.methodDefinition().The default implementation does nothing.
- Specified by:
enterMethodDefinitionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitMethodDefinition
public void exitMethodDefinition(JavaScriptParser.MethodDefinitionContext ctx)
Exit a parse tree produced byJavaScriptParser.methodDefinition().The default implementation does nothing.
- Specified by:
exitMethodDefinitionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterList
public void enterFormalParameterList(JavaScriptParser.FormalParameterListContext ctx)
Enter a parse tree produced byJavaScriptParser.formalParameterList().The default implementation does nothing.
- Specified by:
enterFormalParameterListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterList
public void exitFormalParameterList(JavaScriptParser.FormalParameterListContext ctx)
Exit a parse tree produced byJavaScriptParser.formalParameterList().The default implementation does nothing.
- Specified by:
exitFormalParameterListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterArg
public void enterFormalParameterArg(JavaScriptParser.FormalParameterArgContext ctx)
Enter a parse tree produced byJavaScriptParser.formalParameterArg().The default implementation does nothing.
- Specified by:
enterFormalParameterArgin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterArg
public void exitFormalParameterArg(JavaScriptParser.FormalParameterArgContext ctx)
Exit a parse tree produced byJavaScriptParser.formalParameterArg().The default implementation does nothing.
- Specified by:
exitFormalParameterArgin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLastFormalParameterArg
public void enterLastFormalParameterArg(JavaScriptParser.LastFormalParameterArgContext ctx)
Enter a parse tree produced byJavaScriptParser.lastFormalParameterArg().The default implementation does nothing.
- Specified by:
enterLastFormalParameterArgin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLastFormalParameterArg
public void exitLastFormalParameterArg(JavaScriptParser.LastFormalParameterArgContext ctx)
Exit a parse tree produced byJavaScriptParser.lastFormalParameterArg().The default implementation does nothing.
- Specified by:
exitLastFormalParameterArgin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionBody
public void enterFunctionBody(JavaScriptParser.FunctionBodyContext ctx)
Enter a parse tree produced byJavaScriptParser.functionBody().The default implementation does nothing.
- Specified by:
enterFunctionBodyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionBody
public void exitFunctionBody(JavaScriptParser.FunctionBodyContext ctx)
Exit a parse tree produced byJavaScriptParser.functionBody().The default implementation does nothing.
- Specified by:
exitFunctionBodyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterSourceElements
public void enterSourceElements(JavaScriptParser.SourceElementsContext ctx)
Enter a parse tree produced byJavaScriptParser.sourceElements().The default implementation does nothing.
- Specified by:
enterSourceElementsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitSourceElements
public void exitSourceElements(JavaScriptParser.SourceElementsContext ctx)
Exit a parse tree produced byJavaScriptParser.sourceElements().The default implementation does nothing.
- Specified by:
exitSourceElementsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayLiteral
public void enterArrayLiteral(JavaScriptParser.ArrayLiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.arrayLiteral().The default implementation does nothing.
- Specified by:
enterArrayLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayLiteral
public void exitArrayLiteral(JavaScriptParser.ArrayLiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.arrayLiteral().The default implementation does nothing.
- Specified by:
exitArrayLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterElementList
public void enterElementList(JavaScriptParser.ElementListContext ctx)
Enter a parse tree produced byJavaScriptParser.elementList().The default implementation does nothing.
- Specified by:
enterElementListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitElementList
public void exitElementList(JavaScriptParser.ElementListContext ctx)
Exit a parse tree produced byJavaScriptParser.elementList().The default implementation does nothing.
- Specified by:
exitElementListin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayElement
public void enterArrayElement(JavaScriptParser.ArrayElementContext ctx)
Enter a parse tree produced byJavaScriptParser.arrayElement().The default implementation does nothing.
- Specified by:
enterArrayElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayElement
public void exitArrayElement(JavaScriptParser.ArrayElementContext ctx)
Exit a parse tree produced byJavaScriptParser.arrayElement().The default implementation does nothing.
- Specified by:
exitArrayElementin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyExpressionAssignment
public void enterPropertyExpressionAssignment(JavaScriptParser.PropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyExpressionAssignmentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyExpressionAssignment
public void exitPropertyExpressionAssignment(JavaScriptParser.PropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyExpressionAssignmentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterComputedPropertyExpressionAssignment
public void enterComputedPropertyExpressionAssignment(JavaScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterComputedPropertyExpressionAssignmentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitComputedPropertyExpressionAssignment
public void exitComputedPropertyExpressionAssignment(JavaScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitComputedPropertyExpressionAssignmentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionProperty
public void enterFunctionProperty(JavaScriptParser.FunctionPropertyContext ctx)
Enter a parse tree produced by theFunctionPropertylabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterFunctionPropertyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionProperty
public void exitFunctionProperty(JavaScriptParser.FunctionPropertyContext ctx)
Exit a parse tree produced by theFunctionPropertylabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitFunctionPropertyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyGetter
public void enterPropertyGetter(JavaScriptParser.PropertyGetterContext ctx)
Enter a parse tree produced by thePropertyGetterlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyGetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyGetter
public void exitPropertyGetter(JavaScriptParser.PropertyGetterContext ctx)
Exit a parse tree produced by thePropertyGetterlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyGetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertySetter
public void enterPropertySetter(JavaScriptParser.PropertySetterContext ctx)
Enter a parse tree produced by thePropertySetterlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertySetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertySetter
public void exitPropertySetter(JavaScriptParser.PropertySetterContext ctx)
Exit a parse tree produced by thePropertySetterlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertySetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyShorthand
public void enterPropertyShorthand(JavaScriptParser.PropertyShorthandContext ctx)
Enter a parse tree produced by thePropertyShorthandlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
enterPropertyShorthandin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyShorthand
public void exitPropertyShorthand(JavaScriptParser.PropertyShorthandContext ctx)
Exit a parse tree produced by thePropertyShorthandlabeled alternative inJavaScriptParser.propertyAssignment().The default implementation does nothing.
- Specified by:
exitPropertyShorthandin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPropertyName
public void enterPropertyName(JavaScriptParser.PropertyNameContext ctx)
Enter a parse tree produced byJavaScriptParser.propertyName().The default implementation does nothing.
- Specified by:
enterPropertyNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPropertyName
public void exitPropertyName(JavaScriptParser.PropertyNameContext ctx)
Exit a parse tree produced byJavaScriptParser.propertyName().The default implementation does nothing.
- Specified by:
exitPropertyNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArguments
public void enterArguments(JavaScriptParser.ArgumentsContext ctx)
Enter a parse tree produced byJavaScriptParser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArguments
public void exitArguments(JavaScriptParser.ArgumentsContext ctx)
Exit a parse tree produced byJavaScriptParser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArgument
public void enterArgument(JavaScriptParser.ArgumentContext ctx)
Enter a parse tree produced byJavaScriptParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArgument
public void exitArgument(JavaScriptParser.ArgumentContext ctx)
Exit a parse tree produced byJavaScriptParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterExpressionSequence
public void enterExpressionSequence(JavaScriptParser.ExpressionSequenceContext ctx)
Enter a parse tree produced byJavaScriptParser.expressionSequence().The default implementation does nothing.
- Specified by:
enterExpressionSequencein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitExpressionSequence
public void exitExpressionSequence(JavaScriptParser.ExpressionSequenceContext ctx)
Exit a parse tree produced byJavaScriptParser.expressionSequence().The default implementation does nothing.
- Specified by:
exitExpressionSequencein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringExpression
public void enterTemplateStringExpression(JavaScriptParser.TemplateStringExpressionContext ctx)
Enter a parse tree produced by theTemplateStringExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTemplateStringExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringExpression
public void exitTemplateStringExpression(JavaScriptParser.TemplateStringExpressionContext ctx)
Exit a parse tree produced by theTemplateStringExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTemplateStringExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTernaryExpression
public void enterTernaryExpression(JavaScriptParser.TernaryExpressionContext ctx)
Enter a parse tree produced by theTernaryExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTernaryExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTernaryExpression
public void exitTernaryExpression(JavaScriptParser.TernaryExpressionContext ctx)
Exit a parse tree produced by theTernaryExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTernaryExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLogicalAndExpression
public void enterLogicalAndExpression(JavaScriptParser.LogicalAndExpressionContext ctx)
Enter a parse tree produced by theLogicalAndExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLogicalAndExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLogicalAndExpression
public void exitLogicalAndExpression(JavaScriptParser.LogicalAndExpressionContext ctx)
Exit a parse tree produced by theLogicalAndExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLogicalAndExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPowerExpression
public void enterPowerExpression(JavaScriptParser.PowerExpressionContext ctx)
Enter a parse tree produced by thePowerExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPowerExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPowerExpression
public void exitPowerExpression(JavaScriptParser.PowerExpressionContext ctx)
Exit a parse tree produced by thePowerExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPowerExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPreIncrementExpression
public void enterPreIncrementExpression(JavaScriptParser.PreIncrementExpressionContext ctx)
Enter a parse tree produced by thePreIncrementExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPreIncrementExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPreIncrementExpression
public void exitPreIncrementExpression(JavaScriptParser.PreIncrementExpressionContext ctx)
Exit a parse tree produced by thePreIncrementExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPreIncrementExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectLiteralExpression
public void enterObjectLiteralExpression(JavaScriptParser.ObjectLiteralExpressionContext ctx)
Enter a parse tree produced by theObjectLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterObjectLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectLiteralExpression
public void exitObjectLiteralExpression(JavaScriptParser.ObjectLiteralExpressionContext ctx)
Exit a parse tree produced by theObjectLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitObjectLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterMetaExpression
public void enterMetaExpression(JavaScriptParser.MetaExpressionContext ctx)
Enter a parse tree produced by theMetaExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMetaExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitMetaExpression
public void exitMetaExpression(JavaScriptParser.MetaExpressionContext ctx)
Exit a parse tree produced by theMetaExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMetaExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterInExpression
public void enterInExpression(JavaScriptParser.InExpressionContext ctx)
Enter a parse tree produced by theInExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterInExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitInExpression
public void exitInExpression(JavaScriptParser.InExpressionContext ctx)
Exit a parse tree produced by theInExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitInExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLogicalOrExpression
public void enterLogicalOrExpression(JavaScriptParser.LogicalOrExpressionContext ctx)
Enter a parse tree produced by theLogicalOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLogicalOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLogicalOrExpression
public void exitLogicalOrExpression(JavaScriptParser.LogicalOrExpressionContext ctx)
Exit a parse tree produced by theLogicalOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLogicalOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterNotExpression
public void enterNotExpression(JavaScriptParser.NotExpressionContext ctx)
Enter a parse tree produced by theNotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitNotExpression
public void exitNotExpression(JavaScriptParser.NotExpressionContext ctx)
Exit a parse tree produced by theNotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPreDecreaseExpression
public void enterPreDecreaseExpression(JavaScriptParser.PreDecreaseExpressionContext ctx)
Enter a parse tree produced by thePreDecreaseExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPreDecreaseExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPreDecreaseExpression
public void exitPreDecreaseExpression(JavaScriptParser.PreDecreaseExpressionContext ctx)
Exit a parse tree produced by thePreDecreaseExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPreDecreaseExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArgumentsExpression
public void enterArgumentsExpression(JavaScriptParser.ArgumentsExpressionContext ctx)
Enter a parse tree produced by theArgumentsExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterArgumentsExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArgumentsExpression
public void exitArgumentsExpression(JavaScriptParser.ArgumentsExpressionContext ctx)
Exit a parse tree produced by theArgumentsExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitArgumentsExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAwaitExpression
public void enterAwaitExpression(JavaScriptParser.AwaitExpressionContext ctx)
Enter a parse tree produced by theAwaitExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAwaitExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAwaitExpression
public void exitAwaitExpression(JavaScriptParser.AwaitExpressionContext ctx)
Exit a parse tree produced by theAwaitExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAwaitExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterThisExpression
public void enterThisExpression(JavaScriptParser.ThisExpressionContext ctx)
Enter a parse tree produced by theThisExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterThisExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitThisExpression
public void exitThisExpression(JavaScriptParser.ThisExpressionContext ctx)
Exit a parse tree produced by theThisExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitThisExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(JavaScriptParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(JavaScriptParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(JavaScriptParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterUnaryMinusExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(JavaScriptParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitUnaryMinusExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentExpression
public void enterAssignmentExpression(JavaScriptParser.AssignmentExpressionContext ctx)
Enter a parse tree produced by theAssignmentExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAssignmentExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentExpression
public void exitAssignmentExpression(JavaScriptParser.AssignmentExpressionContext ctx)
Exit a parse tree produced by theAssignmentExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAssignmentExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPostDecreaseExpression
public void enterPostDecreaseExpression(JavaScriptParser.PostDecreaseExpressionContext ctx)
Enter a parse tree produced by thePostDecreaseExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPostDecreaseExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPostDecreaseExpression
public void exitPostDecreaseExpression(JavaScriptParser.PostDecreaseExpressionContext ctx)
Exit a parse tree produced by thePostDecreaseExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPostDecreaseExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTypeofExpression
public void enterTypeofExpression(JavaScriptParser.TypeofExpressionContext ctx)
Enter a parse tree produced by theTypeofExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterTypeofExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTypeofExpression
public void exitTypeofExpression(JavaScriptParser.TypeofExpressionContext ctx)
Exit a parse tree produced by theTypeofExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitTypeofExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterInstanceofExpression
public void enterInstanceofExpression(JavaScriptParser.InstanceofExpressionContext ctx)
Enter a parse tree produced by theInstanceofExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterInstanceofExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitInstanceofExpression
public void exitInstanceofExpression(JavaScriptParser.InstanceofExpressionContext ctx)
Exit a parse tree produced by theInstanceofExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitInstanceofExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
public void enterUnaryPlusExpression(JavaScriptParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterUnaryPlusExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
public void exitUnaryPlusExpression(JavaScriptParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitUnaryPlusExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterDeleteExpression
public void enterDeleteExpression(JavaScriptParser.DeleteExpressionContext ctx)
Enter a parse tree produced by theDeleteExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterDeleteExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitDeleteExpression
public void exitDeleteExpression(JavaScriptParser.DeleteExpressionContext ctx)
Exit a parse tree produced by theDeleteExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitDeleteExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterImportExpression
public void enterImportExpression(JavaScriptParser.ImportExpressionContext ctx)
Enter a parse tree produced by theImportExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterImportExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitImportExpression
public void exitImportExpression(JavaScriptParser.ImportExpressionContext ctx)
Exit a parse tree produced by theImportExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitImportExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterEqualityExpression
public void enterEqualityExpression(JavaScriptParser.EqualityExpressionContext ctx)
Enter a parse tree produced by theEqualityExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterEqualityExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitEqualityExpression
public void exitEqualityExpression(JavaScriptParser.EqualityExpressionContext ctx)
Exit a parse tree produced by theEqualityExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitEqualityExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitXOrExpression
public void enterBitXOrExpression(JavaScriptParser.BitXOrExpressionContext ctx)
Enter a parse tree produced by theBitXOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitXOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitXOrExpression
public void exitBitXOrExpression(JavaScriptParser.BitXOrExpressionContext ctx)
Exit a parse tree produced by theBitXOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitXOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterSuperExpression
public void enterSuperExpression(JavaScriptParser.SuperExpressionContext ctx)
Enter a parse tree produced by theSuperExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterSuperExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitSuperExpression
public void exitSuperExpression(JavaScriptParser.SuperExpressionContext ctx)
Exit a parse tree produced by theSuperExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitSuperExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
public void enterMultiplicativeExpression(JavaScriptParser.MultiplicativeExpressionContext ctx)
Enter a parse tree produced by theMultiplicativeExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMultiplicativeExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
public void exitMultiplicativeExpression(JavaScriptParser.MultiplicativeExpressionContext ctx)
Exit a parse tree produced by theMultiplicativeExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMultiplicativeExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitShiftExpression
public void enterBitShiftExpression(JavaScriptParser.BitShiftExpressionContext ctx)
Enter a parse tree produced by theBitShiftExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitShiftExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitShiftExpression
public void exitBitShiftExpression(JavaScriptParser.BitShiftExpressionContext ctx)
Exit a parse tree produced by theBitShiftExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitShiftExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
public void enterParenthesizedExpression(JavaScriptParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by theParenthesizedExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
public void exitParenthesizedExpression(JavaScriptParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by theParenthesizedExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
public void enterAdditiveExpression(JavaScriptParser.AdditiveExpressionContext ctx)
Enter a parse tree produced by theAdditiveExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAdditiveExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
public void exitAdditiveExpression(JavaScriptParser.AdditiveExpressionContext ctx)
Exit a parse tree produced by theAdditiveExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAdditiveExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterRelationalExpression
public void enterRelationalExpression(JavaScriptParser.RelationalExpressionContext ctx)
Enter a parse tree produced by theRelationalExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterRelationalExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitRelationalExpression
public void exitRelationalExpression(JavaScriptParser.RelationalExpressionContext ctx)
Exit a parse tree produced by theRelationalExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitRelationalExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterPostIncrementExpression
public void enterPostIncrementExpression(JavaScriptParser.PostIncrementExpressionContext ctx)
Enter a parse tree produced by thePostIncrementExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterPostIncrementExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitPostIncrementExpression
public void exitPostIncrementExpression(JavaScriptParser.PostIncrementExpressionContext ctx)
Exit a parse tree produced by thePostIncrementExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitPostIncrementExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterYieldExpression
public void enterYieldExpression(JavaScriptParser.YieldExpressionContext ctx)
Enter a parse tree produced by theYieldExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterYieldExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitYieldExpression
public void exitYieldExpression(JavaScriptParser.YieldExpressionContext ctx)
Exit a parse tree produced by theYieldExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitYieldExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitNotExpression
public void enterBitNotExpression(JavaScriptParser.BitNotExpressionContext ctx)
Enter a parse tree produced by theBitNotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitNotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitNotExpression
public void exitBitNotExpression(JavaScriptParser.BitNotExpressionContext ctx)
Exit a parse tree produced by theBitNotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitNotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterNewExpression
public void enterNewExpression(JavaScriptParser.NewExpressionContext ctx)
Enter a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterNewExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitNewExpression
public void exitNewExpression(JavaScriptParser.NewExpressionContext ctx)
Exit a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitNewExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(JavaScriptParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(JavaScriptParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrayLiteralExpression
public void enterArrayLiteralExpression(JavaScriptParser.ArrayLiteralExpressionContext ctx)
Enter a parse tree produced by theArrayLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterArrayLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrayLiteralExpression
public void exitArrayLiteralExpression(JavaScriptParser.ArrayLiteralExpressionContext ctx)
Exit a parse tree produced by theArrayLiteralExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitArrayLiteralExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterMemberDotExpression
public void enterMemberDotExpression(JavaScriptParser.MemberDotExpressionContext ctx)
Enter a parse tree produced by theMemberDotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMemberDotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitMemberDotExpression
public void exitMemberDotExpression(JavaScriptParser.MemberDotExpressionContext ctx)
Exit a parse tree produced by theMemberDotExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMemberDotExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterClassExpression
public void enterClassExpression(JavaScriptParser.ClassExpressionContext ctx)
Enter a parse tree produced by theClassExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterClassExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitClassExpression
public void exitClassExpression(JavaScriptParser.ClassExpressionContext ctx)
Exit a parse tree produced by theClassExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitClassExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterMemberIndexExpression
public void enterMemberIndexExpression(JavaScriptParser.MemberIndexExpressionContext ctx)
Enter a parse tree produced by theMemberIndexExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterMemberIndexExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitMemberIndexExpression
public void exitMemberIndexExpression(JavaScriptParser.MemberIndexExpressionContext ctx)
Exit a parse tree produced by theMemberIndexExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitMemberIndexExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExpression
public void enterIdentifierExpression(JavaScriptParser.IdentifierExpressionContext ctx)
Enter a parse tree produced by theIdentifierExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterIdentifierExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierExpression
public void exitIdentifierExpression(JavaScriptParser.IdentifierExpressionContext ctx)
Exit a parse tree produced by theIdentifierExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitIdentifierExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitAndExpression
public void enterBitAndExpression(JavaScriptParser.BitAndExpressionContext ctx)
Enter a parse tree produced by theBitAndExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitAndExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitAndExpression
public void exitBitAndExpression(JavaScriptParser.BitAndExpressionContext ctx)
Exit a parse tree produced by theBitAndExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitAndExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBitOrExpression
public void enterBitOrExpression(JavaScriptParser.BitOrExpressionContext ctx)
Enter a parse tree produced by theBitOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterBitOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBitOrExpression
public void exitBitOrExpression(JavaScriptParser.BitOrExpressionContext ctx)
Exit a parse tree produced by theBitOrExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitBitOrExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentOperatorExpression
public void enterAssignmentOperatorExpression(JavaScriptParser.AssignmentOperatorExpressionContext ctx)
Enter a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterAssignmentOperatorExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentOperatorExpression
public void exitAssignmentOperatorExpression(JavaScriptParser.AssignmentOperatorExpressionContext ctx)
Exit a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitAssignmentOperatorExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterVoidExpression
public void enterVoidExpression(JavaScriptParser.VoidExpressionContext ctx)
Enter a parse tree produced by theVoidExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterVoidExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitVoidExpression
public void exitVoidExpression(JavaScriptParser.VoidExpressionContext ctx)
Exit a parse tree produced by theVoidExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitVoidExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterCoalesceExpression
public void enterCoalesceExpression(JavaScriptParser.CoalesceExpressionContext ctx)
Enter a parse tree produced by theCoalesceExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
enterCoalesceExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitCoalesceExpression
public void exitCoalesceExpression(JavaScriptParser.CoalesceExpressionContext ctx)
Exit a parse tree produced by theCoalesceExpressionlabeled alternative inJavaScriptParser.singleExpression().The default implementation does nothing.
- Specified by:
exitCoalesceExpressionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignable
public void enterAssignable(JavaScriptParser.AssignableContext ctx)
Enter a parse tree produced byJavaScriptParser.assignable().The default implementation does nothing.
- Specified by:
enterAssignablein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignable
public void exitAssignable(JavaScriptParser.AssignableContext ctx)
Exit a parse tree produced byJavaScriptParser.assignable().The default implementation does nothing.
- Specified by:
exitAssignablein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterObjectLiteral
public void enterObjectLiteral(JavaScriptParser.ObjectLiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.objectLiteral().The default implementation does nothing.
- Specified by:
enterObjectLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitObjectLiteral
public void exitObjectLiteral(JavaScriptParser.ObjectLiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.objectLiteral().The default implementation does nothing.
- Specified by:
exitObjectLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterFunctionDecl
public void enterFunctionDecl(JavaScriptParser.FunctionDeclContext ctx)
Enter a parse tree produced by theFunctionDecllabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
enterFunctionDeclin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitFunctionDecl
public void exitFunctionDecl(JavaScriptParser.FunctionDeclContext ctx)
Exit a parse tree produced by theFunctionDecllabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
exitFunctionDeclin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAnonymousFunctionDecl
public void enterAnonymousFunctionDecl(JavaScriptParser.AnonymousFunctionDeclContext ctx)
Enter a parse tree produced by theAnonymousFunctionDecllabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
enterAnonymousFunctionDeclin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAnonymousFunctionDecl
public void exitAnonymousFunctionDecl(JavaScriptParser.AnonymousFunctionDeclContext ctx)
Exit a parse tree produced by theAnonymousFunctionDecllabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
exitAnonymousFunctionDeclin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunction
public void enterArrowFunction(JavaScriptParser.ArrowFunctionContext ctx)
Enter a parse tree produced by theArrowFunctionlabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
enterArrowFunctionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunction
public void exitArrowFunction(JavaScriptParser.ArrowFunctionContext ctx)
Exit a parse tree produced by theArrowFunctionlabeled alternative inJavaScriptParser.anonymousFunction().The default implementation does nothing.
- Specified by:
exitArrowFunctionin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionParameters
public void enterArrowFunctionParameters(JavaScriptParser.ArrowFunctionParametersContext ctx)
Enter a parse tree produced byJavaScriptParser.arrowFunctionParameters().The default implementation does nothing.
- Specified by:
enterArrowFunctionParametersin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionParameters
public void exitArrowFunctionParameters(JavaScriptParser.ArrowFunctionParametersContext ctx)
Exit a parse tree produced byJavaScriptParser.arrowFunctionParameters().The default implementation does nothing.
- Specified by:
exitArrowFunctionParametersin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterArrowFunctionBody
public void enterArrowFunctionBody(JavaScriptParser.ArrowFunctionBodyContext ctx)
Enter a parse tree produced byJavaScriptParser.arrowFunctionBody().The default implementation does nothing.
- Specified by:
enterArrowFunctionBodyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitArrowFunctionBody
public void exitArrowFunctionBody(JavaScriptParser.ArrowFunctionBodyContext ctx)
Exit a parse tree produced byJavaScriptParser.arrowFunctionBody().The default implementation does nothing.
- Specified by:
exitArrowFunctionBodyin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
public void enterAssignmentOperator(JavaScriptParser.AssignmentOperatorContext ctx)
Enter a parse tree produced byJavaScriptParser.assignmentOperator().The default implementation does nothing.
- Specified by:
enterAssignmentOperatorin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
public void exitAssignmentOperator(JavaScriptParser.AssignmentOperatorContext ctx)
Exit a parse tree produced byJavaScriptParser.assignmentOperator().The default implementation does nothing.
- Specified by:
exitAssignmentOperatorin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(JavaScriptParser.LiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(JavaScriptParser.LiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringLiteral
public void enterTemplateStringLiteral(JavaScriptParser.TemplateStringLiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.templateStringLiteral().The default implementation does nothing.
- Specified by:
enterTemplateStringLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringLiteral
public void exitTemplateStringLiteral(JavaScriptParser.TemplateStringLiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.templateStringLiteral().The default implementation does nothing.
- Specified by:
exitTemplateStringLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterTemplateStringAtom
public void enterTemplateStringAtom(JavaScriptParser.TemplateStringAtomContext ctx)
Enter a parse tree produced byJavaScriptParser.templateStringAtom().The default implementation does nothing.
- Specified by:
enterTemplateStringAtomin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitTemplateStringAtom
public void exitTemplateStringAtom(JavaScriptParser.TemplateStringAtomContext ctx)
Exit a parse tree produced byJavaScriptParser.templateStringAtom().The default implementation does nothing.
- Specified by:
exitTemplateStringAtomin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(JavaScriptParser.NumericLiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(JavaScriptParser.NumericLiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterBigintLiteral
public void enterBigintLiteral(JavaScriptParser.BigintLiteralContext ctx)
Enter a parse tree produced byJavaScriptParser.bigintLiteral().The default implementation does nothing.
- Specified by:
enterBigintLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitBigintLiteral
public void exitBigintLiteral(JavaScriptParser.BigintLiteralContext ctx)
Exit a parse tree produced byJavaScriptParser.bigintLiteral().The default implementation does nothing.
- Specified by:
exitBigintLiteralin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterGetter
public void enterGetter(JavaScriptParser.GetterContext ctx)
Enter a parse tree produced byJavaScriptParser.getter().The default implementation does nothing.
- Specified by:
enterGetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitGetter
public void exitGetter(JavaScriptParser.GetterContext ctx)
Exit a parse tree produced byJavaScriptParser.getter().The default implementation does nothing.
- Specified by:
exitGetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterSetter
public void enterSetter(JavaScriptParser.SetterContext ctx)
Enter a parse tree produced byJavaScriptParser.setter().The default implementation does nothing.
- Specified by:
enterSetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitSetter
public void exitSetter(JavaScriptParser.SetterContext ctx)
Exit a parse tree produced byJavaScriptParser.setter().The default implementation does nothing.
- Specified by:
exitSetterin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierName
public void enterIdentifierName(JavaScriptParser.IdentifierNameContext ctx)
Enter a parse tree produced byJavaScriptParser.identifierName().The default implementation does nothing.
- Specified by:
enterIdentifierNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierName
public void exitIdentifierName(JavaScriptParser.IdentifierNameContext ctx)
Exit a parse tree produced byJavaScriptParser.identifierName().The default implementation does nothing.
- Specified by:
exitIdentifierNamein interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(JavaScriptParser.IdentifierContext ctx)
Enter a parse tree produced byJavaScriptParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(JavaScriptParser.IdentifierContext ctx)
Exit a parse tree produced byJavaScriptParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterReservedWord
public void enterReservedWord(JavaScriptParser.ReservedWordContext ctx)
Enter a parse tree produced byJavaScriptParser.reservedWord().The default implementation does nothing.
- Specified by:
enterReservedWordin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitReservedWord
public void exitReservedWord(JavaScriptParser.ReservedWordContext ctx)
Exit a parse tree produced byJavaScriptParser.reservedWord().The default implementation does nothing.
- Specified by:
exitReservedWordin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterKeyword
public void enterKeyword(JavaScriptParser.KeywordContext ctx)
Enter a parse tree produced byJavaScriptParser.keyword().The default implementation does nothing.
- Specified by:
enterKeywordin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitKeyword
public void exitKeyword(JavaScriptParser.KeywordContext ctx)
Exit a parse tree produced byJavaScriptParser.keyword().The default implementation does nothing.
- Specified by:
exitKeywordin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterLet_
public void enterLet_(JavaScriptParser.Let_Context ctx)
Enter a parse tree produced byJavaScriptParser.let_().The default implementation does nothing.
- Specified by:
enterLet_in interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitLet_
public void exitLet_(JavaScriptParser.Let_Context ctx)
Exit a parse tree produced byJavaScriptParser.let_().The default implementation does nothing.
- Specified by:
exitLet_in interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
enterEos
public void enterEos(JavaScriptParser.EosContext ctx)
Enter a parse tree produced byJavaScriptParser.eos().The default implementation does nothing.
- Specified by:
enterEosin interfaceJavaScriptParserListener- Parameters:
ctx- the parse tree
-
exitEos
public void exitEos(JavaScriptParser.EosContext ctx)
Exit a parse tree produced byJavaScriptParser.eos().The default implementation does nothing.
- Specified by:
exitEosin interfaceJavaScriptParserListener- 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
-
-