public interface JavaScriptParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
JavaScriptParser.void enterProgram(JavaScriptParser.ProgramContext ctx)
JavaScriptParser.program().ctx - the parse treevoid exitProgram(JavaScriptParser.ProgramContext ctx)
JavaScriptParser.program().ctx - the parse treevoid enterSourceElement(JavaScriptParser.SourceElementContext ctx)
JavaScriptParser.sourceElement().ctx - the parse treevoid exitSourceElement(JavaScriptParser.SourceElementContext ctx)
JavaScriptParser.sourceElement().ctx - the parse treevoid enterStatement(JavaScriptParser.StatementContext ctx)
JavaScriptParser.statement().ctx - the parse treevoid exitStatement(JavaScriptParser.StatementContext ctx)
JavaScriptParser.statement().ctx - the parse treevoid enterBlock(JavaScriptParser.BlockContext ctx)
JavaScriptParser.block().ctx - the parse treevoid exitBlock(JavaScriptParser.BlockContext ctx)
JavaScriptParser.block().ctx - the parse treevoid enterVariableStatement(JavaScriptParser.VariableStatementContext ctx)
JavaScriptParser.variableStatement().ctx - the parse treevoid exitVariableStatement(JavaScriptParser.VariableStatementContext ctx)
JavaScriptParser.variableStatement().ctx - the parse treevoid enterVariableDeclarationList(JavaScriptParser.VariableDeclarationListContext ctx)
JavaScriptParser.variableDeclarationList().ctx - the parse treevoid exitVariableDeclarationList(JavaScriptParser.VariableDeclarationListContext ctx)
JavaScriptParser.variableDeclarationList().ctx - the parse treevoid enterVariableDeclaration(JavaScriptParser.VariableDeclarationContext ctx)
JavaScriptParser.variableDeclaration().ctx - the parse treevoid exitVariableDeclaration(JavaScriptParser.VariableDeclarationContext ctx)
JavaScriptParser.variableDeclaration().ctx - the parse treevoid enterEmptyStatement(JavaScriptParser.EmptyStatementContext ctx)
JavaScriptParser.emptyStatement().ctx - the parse treevoid exitEmptyStatement(JavaScriptParser.EmptyStatementContext ctx)
JavaScriptParser.emptyStatement().ctx - the parse treevoid enterExpressionStatement(JavaScriptParser.ExpressionStatementContext ctx)
JavaScriptParser.expressionStatement().ctx - the parse treevoid exitExpressionStatement(JavaScriptParser.ExpressionStatementContext ctx)
JavaScriptParser.expressionStatement().ctx - the parse treevoid enterIfStatement(JavaScriptParser.IfStatementContext ctx)
JavaScriptParser.ifStatement().ctx - the parse treevoid exitIfStatement(JavaScriptParser.IfStatementContext ctx)
JavaScriptParser.ifStatement().ctx - the parse treevoid enterDoStatement(JavaScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitDoStatement(JavaScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterWhileStatement(JavaScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitWhileStatement(JavaScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterForStatement(JavaScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitForStatement(JavaScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterForVarStatement(JavaScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitForVarStatement(JavaScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterForInStatement(JavaScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitForInStatement(JavaScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterForVarInStatement(JavaScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid exitForVarInStatement(JavaScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in JavaScriptParser.iterationStatement().ctx - the parse treevoid enterVarModifier(JavaScriptParser.VarModifierContext ctx)
JavaScriptParser.varModifier().ctx - the parse treevoid exitVarModifier(JavaScriptParser.VarModifierContext ctx)
JavaScriptParser.varModifier().ctx - the parse treevoid enterContinueStatement(JavaScriptParser.ContinueStatementContext ctx)
JavaScriptParser.continueStatement().ctx - the parse treevoid exitContinueStatement(JavaScriptParser.ContinueStatementContext ctx)
JavaScriptParser.continueStatement().ctx - the parse treevoid enterBreakStatement(JavaScriptParser.BreakStatementContext ctx)
JavaScriptParser.breakStatement().ctx - the parse treevoid exitBreakStatement(JavaScriptParser.BreakStatementContext ctx)
JavaScriptParser.breakStatement().ctx - the parse treevoid enterReturnStatement(JavaScriptParser.ReturnStatementContext ctx)
JavaScriptParser.returnStatement().ctx - the parse treevoid exitReturnStatement(JavaScriptParser.ReturnStatementContext ctx)
JavaScriptParser.returnStatement().ctx - the parse treevoid enterWithStatement(JavaScriptParser.WithStatementContext ctx)
JavaScriptParser.withStatement().ctx - the parse treevoid exitWithStatement(JavaScriptParser.WithStatementContext ctx)
JavaScriptParser.withStatement().ctx - the parse treevoid enterSwitchStatement(JavaScriptParser.SwitchStatementContext ctx)
JavaScriptParser.switchStatement().ctx - the parse treevoid exitSwitchStatement(JavaScriptParser.SwitchStatementContext ctx)
JavaScriptParser.switchStatement().ctx - the parse treevoid enterCaseBlock(JavaScriptParser.CaseBlockContext ctx)
JavaScriptParser.caseBlock().ctx - the parse treevoid exitCaseBlock(JavaScriptParser.CaseBlockContext ctx)
JavaScriptParser.caseBlock().ctx - the parse treevoid enterCaseClauses(JavaScriptParser.CaseClausesContext ctx)
JavaScriptParser.caseClauses().ctx - the parse treevoid exitCaseClauses(JavaScriptParser.CaseClausesContext ctx)
JavaScriptParser.caseClauses().ctx - the parse treevoid enterCaseClause(JavaScriptParser.CaseClauseContext ctx)
JavaScriptParser.caseClause().ctx - the parse treevoid exitCaseClause(JavaScriptParser.CaseClauseContext ctx)
JavaScriptParser.caseClause().ctx - the parse treevoid enterDefaultClause(JavaScriptParser.DefaultClauseContext ctx)
JavaScriptParser.defaultClause().ctx - the parse treevoid exitDefaultClause(JavaScriptParser.DefaultClauseContext ctx)
JavaScriptParser.defaultClause().ctx - the parse treevoid enterLabelledStatement(JavaScriptParser.LabelledStatementContext ctx)
JavaScriptParser.labelledStatement().ctx - the parse treevoid exitLabelledStatement(JavaScriptParser.LabelledStatementContext ctx)
JavaScriptParser.labelledStatement().ctx - the parse treevoid enterThrowStatement(JavaScriptParser.ThrowStatementContext ctx)
JavaScriptParser.throwStatement().ctx - the parse treevoid exitThrowStatement(JavaScriptParser.ThrowStatementContext ctx)
JavaScriptParser.throwStatement().ctx - the parse treevoid enterTryStatement(JavaScriptParser.TryStatementContext ctx)
JavaScriptParser.tryStatement().ctx - the parse treevoid exitTryStatement(JavaScriptParser.TryStatementContext ctx)
JavaScriptParser.tryStatement().ctx - the parse treevoid enterCatchProduction(JavaScriptParser.CatchProductionContext ctx)
JavaScriptParser.catchProduction().ctx - the parse treevoid exitCatchProduction(JavaScriptParser.CatchProductionContext ctx)
JavaScriptParser.catchProduction().ctx - the parse treevoid enterFinallyProduction(JavaScriptParser.FinallyProductionContext ctx)
JavaScriptParser.finallyProduction().ctx - the parse treevoid exitFinallyProduction(JavaScriptParser.FinallyProductionContext ctx)
JavaScriptParser.finallyProduction().ctx - the parse treevoid enterDebuggerStatement(JavaScriptParser.DebuggerStatementContext ctx)
JavaScriptParser.debuggerStatement().ctx - the parse treevoid exitDebuggerStatement(JavaScriptParser.DebuggerStatementContext ctx)
JavaScriptParser.debuggerStatement().ctx - the parse treevoid enterFunctionDeclaration(JavaScriptParser.FunctionDeclarationContext ctx)
JavaScriptParser.functionDeclaration().ctx - the parse treevoid exitFunctionDeclaration(JavaScriptParser.FunctionDeclarationContext ctx)
JavaScriptParser.functionDeclaration().ctx - the parse treevoid enterClassDeclaration(JavaScriptParser.ClassDeclarationContext ctx)
JavaScriptParser.classDeclaration().ctx - the parse treevoid exitClassDeclaration(JavaScriptParser.ClassDeclarationContext ctx)
JavaScriptParser.classDeclaration().ctx - the parse treevoid enterClassTail(JavaScriptParser.ClassTailContext ctx)
JavaScriptParser.classTail().ctx - the parse treevoid exitClassTail(JavaScriptParser.ClassTailContext ctx)
JavaScriptParser.classTail().ctx - the parse treevoid enterClassHeritage(JavaScriptParser.ClassHeritageContext ctx)
JavaScriptParser.classHeritage().ctx - the parse treevoid exitClassHeritage(JavaScriptParser.ClassHeritageContext ctx)
JavaScriptParser.classHeritage().ctx - the parse treevoid enterClassBody(JavaScriptParser.ClassBodyContext ctx)
JavaScriptParser.classBody().ctx - the parse treevoid exitClassBody(JavaScriptParser.ClassBodyContext ctx)
JavaScriptParser.classBody().ctx - the parse treevoid enterClassElement(JavaScriptParser.ClassElementContext ctx)
JavaScriptParser.classElement().ctx - the parse treevoid exitClassElement(JavaScriptParser.ClassElementContext ctx)
JavaScriptParser.classElement().ctx - the parse treevoid enterMethodDefinition(JavaScriptParser.MethodDefinitionContext ctx)
JavaScriptParser.methodDefinition().ctx - the parse treevoid exitMethodDefinition(JavaScriptParser.MethodDefinitionContext ctx)
JavaScriptParser.methodDefinition().ctx - the parse treevoid enterGeneratorMethod(JavaScriptParser.GeneratorMethodContext ctx)
JavaScriptParser.generatorMethod().ctx - the parse treevoid exitGeneratorMethod(JavaScriptParser.GeneratorMethodContext ctx)
JavaScriptParser.generatorMethod().ctx - the parse treevoid enterFormalParameterList(JavaScriptParser.FormalParameterListContext ctx)
JavaScriptParser.formalParameterList().ctx - the parse treevoid exitFormalParameterList(JavaScriptParser.FormalParameterListContext ctx)
JavaScriptParser.formalParameterList().ctx - the parse treevoid enterFormalParameterArg(JavaScriptParser.FormalParameterArgContext ctx)
JavaScriptParser.formalParameterArg().ctx - the parse treevoid exitFormalParameterArg(JavaScriptParser.FormalParameterArgContext ctx)
JavaScriptParser.formalParameterArg().ctx - the parse treevoid enterLastFormalParameterArg(JavaScriptParser.LastFormalParameterArgContext ctx)
JavaScriptParser.lastFormalParameterArg().ctx - the parse treevoid exitLastFormalParameterArg(JavaScriptParser.LastFormalParameterArgContext ctx)
JavaScriptParser.lastFormalParameterArg().ctx - the parse treevoid enterFunctionBody(JavaScriptParser.FunctionBodyContext ctx)
JavaScriptParser.functionBody().ctx - the parse treevoid exitFunctionBody(JavaScriptParser.FunctionBodyContext ctx)
JavaScriptParser.functionBody().ctx - the parse treevoid enterSourceElements(JavaScriptParser.SourceElementsContext ctx)
JavaScriptParser.sourceElements().ctx - the parse treevoid exitSourceElements(JavaScriptParser.SourceElementsContext ctx)
JavaScriptParser.sourceElements().ctx - the parse treevoid enterArrayLiteral(JavaScriptParser.ArrayLiteralContext ctx)
JavaScriptParser.arrayLiteral().ctx - the parse treevoid exitArrayLiteral(JavaScriptParser.ArrayLiteralContext ctx)
JavaScriptParser.arrayLiteral().ctx - the parse treevoid enterElementList(JavaScriptParser.ElementListContext ctx)
JavaScriptParser.elementList().ctx - the parse treevoid exitElementList(JavaScriptParser.ElementListContext ctx)
JavaScriptParser.elementList().ctx - the parse treevoid enterLastElement(JavaScriptParser.LastElementContext ctx)
JavaScriptParser.lastElement().ctx - the parse treevoid exitLastElement(JavaScriptParser.LastElementContext ctx)
JavaScriptParser.lastElement().ctx - the parse treevoid enterObjectLiteral(JavaScriptParser.ObjectLiteralContext ctx)
JavaScriptParser.objectLiteral().ctx - the parse treevoid exitObjectLiteral(JavaScriptParser.ObjectLiteralContext ctx)
JavaScriptParser.objectLiteral().ctx - the parse treevoid enterPropertyExpressionAssignment(JavaScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitPropertyExpressionAssignment(JavaScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterComputedPropertyExpressionAssignment(JavaScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitComputedPropertyExpressionAssignment(JavaScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterPropertyGetter(JavaScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitPropertyGetter(JavaScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterPropertySetter(JavaScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitPropertySetter(JavaScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterMethodProperty(JavaScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitMethodProperty(JavaScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterPropertyShorthand(JavaScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid exitPropertyShorthand(JavaScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in JavaScriptParser.propertyAssignment().ctx - the parse treevoid enterPropertyName(JavaScriptParser.PropertyNameContext ctx)
JavaScriptParser.propertyName().ctx - the parse treevoid exitPropertyName(JavaScriptParser.PropertyNameContext ctx)
JavaScriptParser.propertyName().ctx - the parse treevoid enterArguments(JavaScriptParser.ArgumentsContext ctx)
JavaScriptParser.arguments().ctx - the parse treevoid exitArguments(JavaScriptParser.ArgumentsContext ctx)
JavaScriptParser.arguments().ctx - the parse treevoid enterArgumentsList(JavaScriptParser.ArgumentsListContext ctx)
JavaScriptParser.argumentsList().ctx - the parse treevoid exitArgumentsList(JavaScriptParser.ArgumentsListContext ctx)
JavaScriptParser.argumentsList().ctx - the parse treevoid enterLastArgument(JavaScriptParser.LastArgumentContext ctx)
JavaScriptParser.lastArgument().ctx - the parse treevoid exitLastArgument(JavaScriptParser.LastArgumentContext ctx)
JavaScriptParser.lastArgument().ctx - the parse treevoid enterExpressionSequence(JavaScriptParser.ExpressionSequenceContext ctx)
JavaScriptParser.expressionSequence().ctx - the parse treevoid exitExpressionSequence(JavaScriptParser.ExpressionSequenceContext ctx)
JavaScriptParser.expressionSequence().ctx - the parse treevoid enterTemplateStringExpression(JavaScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitTemplateStringExpression(JavaScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterTernaryExpression(JavaScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitTernaryExpression(JavaScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterLogicalAndExpression(JavaScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitLogicalAndExpression(JavaScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterUnarySingleExpression(JavaScriptParser.UnarySingleExpressionContext ctx)
UnarySingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitUnarySingleExpression(JavaScriptParser.UnarySingleExpressionContext ctx)
UnarySingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterObjectLiteralExpression(JavaScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitObjectLiteralExpression(JavaScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterInExpression(JavaScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitInExpression(JavaScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterLogicalOrExpression(JavaScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitLogicalOrExpression(JavaScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterThisExpression(JavaScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitThisExpression(JavaScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterAssignmentExpression(JavaScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitAssignmentExpression(JavaScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterPostDecreaseExpression(JavaScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitPostDecreaseExpression(JavaScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterNewSingleExpression(JavaScriptParser.NewSingleExpressionContext ctx)
NewSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitNewSingleExpression(JavaScriptParser.NewSingleExpressionContext ctx)
NewSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterInstanceofExpression(JavaScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitInstanceofExpression(JavaScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterArrowFunctionExpression(JavaScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitArrowFunctionExpression(JavaScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterEqualityExpression(JavaScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitEqualityExpression(JavaScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterBitXOrExpression(JavaScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitBitXOrExpression(JavaScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterSuperExpression(JavaScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitSuperExpression(JavaScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterMultiplicativeExpression(JavaScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitMultiplicativeExpression(JavaScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterBitShiftExpression(JavaScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitBitShiftExpression(JavaScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterParenthesizedExpression(JavaScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitParenthesizedExpression(JavaScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterAdditiveExpression(JavaScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitAdditiveExpression(JavaScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterPostIncrementExpression(JavaScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitPostIncrementExpression(JavaScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterLiteralExpression(JavaScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitLiteralExpression(JavaScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterArrayLiteralExpression(JavaScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitArrayLiteralExpression(JavaScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterMemberDotExpression(JavaScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitMemberDotExpression(JavaScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterFunctionSingleExpression(JavaScriptParser.FunctionSingleExpressionContext ctx)
FunctionSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitFunctionSingleExpression(JavaScriptParser.FunctionSingleExpressionContext ctx)
FunctionSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterClassExpression(JavaScriptParser.ClassExpressionContext ctx)
ClassExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitClassExpression(JavaScriptParser.ClassExpressionContext ctx)
ClassExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterRelationalSingleExpression(JavaScriptParser.RelationalSingleExpressionContext ctx)
RelationalSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitRelationalSingleExpression(JavaScriptParser.RelationalSingleExpressionContext ctx)
RelationalSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterMemberIndexExpression(JavaScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitMemberIndexExpression(JavaScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterIdentifierExpression(JavaScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitIdentifierExpression(JavaScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterBitAndExpression(JavaScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitBitAndExpression(JavaScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterBitOrExpression(JavaScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitBitOrExpression(JavaScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterCallSingleExpression(JavaScriptParser.CallSingleExpressionContext ctx)
CallSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitCallSingleExpression(JavaScriptParser.CallSingleExpressionContext ctx)
CallSingleExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterAssignmentOperatorExpression(JavaScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid exitAssignmentOperatorExpression(JavaScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in JavaScriptParser.singleExpression().ctx - the parse treevoid enterCallExpression(JavaScriptParser.CallExpressionContext ctx)
JavaScriptParser.callExpression().ctx - the parse treevoid exitCallExpression(JavaScriptParser.CallExpressionContext ctx)
JavaScriptParser.callExpression().ctx - the parse treevoid enterSuperCall(JavaScriptParser.SuperCallContext ctx)
JavaScriptParser.superCall().ctx - the parse treevoid exitSuperCall(JavaScriptParser.SuperCallContext ctx)
JavaScriptParser.superCall().ctx - the parse treevoid enterMemberExpression(JavaScriptParser.MemberExpressionContext ctx)
JavaScriptParser.memberExpression().ctx - the parse treevoid exitMemberExpression(JavaScriptParser.MemberExpressionContext ctx)
JavaScriptParser.memberExpression().ctx - the parse treevoid enterMetaProperty(JavaScriptParser.MetaPropertyContext ctx)
JavaScriptParser.metaProperty().ctx - the parse treevoid exitMetaProperty(JavaScriptParser.MetaPropertyContext ctx)
JavaScriptParser.metaProperty().ctx - the parse treevoid enterSuperProperty(JavaScriptParser.SuperPropertyContext ctx)
JavaScriptParser.superProperty().ctx - the parse treevoid exitSuperProperty(JavaScriptParser.SuperPropertyContext ctx)
JavaScriptParser.superProperty().ctx - the parse treevoid enterPrimaryExpression(JavaScriptParser.PrimaryExpressionContext ctx)
JavaScriptParser.primaryExpression().ctx - the parse treevoid exitPrimaryExpression(JavaScriptParser.PrimaryExpressionContext ctx)
JavaScriptParser.primaryExpression().ctx - the parse treevoid enterNewExpression(JavaScriptParser.NewExpressionContext ctx)
JavaScriptParser.newExpression().ctx - the parse treevoid exitNewExpression(JavaScriptParser.NewExpressionContext ctx)
JavaScriptParser.newExpression().ctx - the parse treevoid enterDeleteExpression(JavaScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitDeleteExpression(JavaScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterVoidExpression(JavaScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitVoidExpression(JavaScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterTypeofExpression(JavaScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitTypeofExpression(JavaScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterPreIncrementExpression(JavaScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitPreIncrementExpression(JavaScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterPreDecreaseExpression(JavaScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitPreDecreaseExpression(JavaScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterUnaryPlusExpression(JavaScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitUnaryPlusExpression(JavaScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterUnaryMinusExpression(JavaScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitUnaryMinusExpression(JavaScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterBitNotExpression(JavaScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitBitNotExpression(JavaScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterNotExpression(JavaScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid exitNotExpression(JavaScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in JavaScriptParser.unaryExpression().ctx - the parse treevoid enterFunctionExpression(JavaScriptParser.FunctionExpressionContext ctx)
JavaScriptParser.functionExpression().ctx - the parse treevoid exitFunctionExpression(JavaScriptParser.FunctionExpressionContext ctx)
JavaScriptParser.functionExpression().ctx - the parse treevoid enterArrowFunctionParameters(JavaScriptParser.ArrowFunctionParametersContext ctx)
JavaScriptParser.arrowFunctionParameters().ctx - the parse treevoid exitArrowFunctionParameters(JavaScriptParser.ArrowFunctionParametersContext ctx)
JavaScriptParser.arrowFunctionParameters().ctx - the parse treevoid enterArrowFunctionBody(JavaScriptParser.ArrowFunctionBodyContext ctx)
JavaScriptParser.arrowFunctionBody().ctx - the parse treevoid exitArrowFunctionBody(JavaScriptParser.ArrowFunctionBodyContext ctx)
JavaScriptParser.arrowFunctionBody().ctx - the parse treevoid enterAssignmentOperator(JavaScriptParser.AssignmentOperatorContext ctx)
JavaScriptParser.assignmentOperator().ctx - the parse treevoid exitAssignmentOperator(JavaScriptParser.AssignmentOperatorContext ctx)
JavaScriptParser.assignmentOperator().ctx - the parse treevoid enterLiteral(JavaScriptParser.LiteralContext ctx)
JavaScriptParser.literal().ctx - the parse treevoid exitLiteral(JavaScriptParser.LiteralContext ctx)
JavaScriptParser.literal().ctx - the parse treevoid enterNumericLiteral(JavaScriptParser.NumericLiteralContext ctx)
JavaScriptParser.numericLiteral().ctx - the parse treevoid exitNumericLiteral(JavaScriptParser.NumericLiteralContext ctx)
JavaScriptParser.numericLiteral().ctx - the parse treevoid enterIdentifierName(JavaScriptParser.IdentifierNameContext ctx)
JavaScriptParser.identifierName().ctx - the parse treevoid exitIdentifierName(JavaScriptParser.IdentifierNameContext ctx)
JavaScriptParser.identifierName().ctx - the parse treevoid enterReservedWord(JavaScriptParser.ReservedWordContext ctx)
JavaScriptParser.reservedWord().ctx - the parse treevoid exitReservedWord(JavaScriptParser.ReservedWordContext ctx)
JavaScriptParser.reservedWord().ctx - the parse treevoid enterKeyword(JavaScriptParser.KeywordContext ctx)
JavaScriptParser.keyword().ctx - the parse treevoid exitKeyword(JavaScriptParser.KeywordContext ctx)
JavaScriptParser.keyword().ctx - the parse treevoid enterGetter(JavaScriptParser.GetterContext ctx)
JavaScriptParser.getter().ctx - the parse treevoid exitGetter(JavaScriptParser.GetterContext ctx)
JavaScriptParser.getter().ctx - the parse treevoid enterSetter(JavaScriptParser.SetterContext ctx)
JavaScriptParser.setter().ctx - the parse treevoid exitSetter(JavaScriptParser.SetterContext ctx)
JavaScriptParser.setter().ctx - the parse treevoid enterEos(JavaScriptParser.EosContext ctx)
JavaScriptParser.eos().ctx - the parse treevoid exitEos(JavaScriptParser.EosContext ctx)
JavaScriptParser.eos().ctx - the parse treevoid enterBindingIdentifier(JavaScriptParser.BindingIdentifierContext ctx)
JavaScriptParser.bindingIdentifier().ctx - the parse treevoid exitBindingIdentifier(JavaScriptParser.BindingIdentifierContext ctx)
JavaScriptParser.bindingIdentifier().ctx - the parse treevoid enterFormalParameters(JavaScriptParser.FormalParametersContext ctx)
JavaScriptParser.formalParameters().ctx - the parse treevoid exitFormalParameters(JavaScriptParser.FormalParametersContext ctx)
JavaScriptParser.formalParameters().ctx - the parse treevoid enterInitializer(JavaScriptParser.InitializerContext ctx)
JavaScriptParser.initializer().ctx - the parse treevoid exitInitializer(JavaScriptParser.InitializerContext ctx)
JavaScriptParser.initializer().ctx - the parse treevoid enterIdentifierReference(JavaScriptParser.IdentifierReferenceContext ctx)
JavaScriptParser.identifierReference().ctx - the parse treevoid exitIdentifierReference(JavaScriptParser.IdentifierReferenceContext ctx)
JavaScriptParser.identifierReference().ctx - the parse treevoid enterLetOrConst(JavaScriptParser.LetOrConstContext ctx)
JavaScriptParser.letOrConst().ctx - the parse treevoid exitLetOrConst(JavaScriptParser.LetOrConstContext ctx)
JavaScriptParser.letOrConst().ctx - the parse treevoid enterBindingList(JavaScriptParser.BindingListContext ctx)
JavaScriptParser.bindingList().ctx - the parse treevoid exitBindingList(JavaScriptParser.BindingListContext ctx)
JavaScriptParser.bindingList().ctx - the parse treevoid enterLexicalBinding(JavaScriptParser.LexicalBindingContext ctx)
JavaScriptParser.lexicalBinding().ctx - the parse treevoid exitLexicalBinding(JavaScriptParser.LexicalBindingContext ctx)
JavaScriptParser.lexicalBinding().ctx - the parse treevoid enterBindingPattern(JavaScriptParser.BindingPatternContext ctx)
JavaScriptParser.bindingPattern().ctx - the parse treevoid exitBindingPattern(JavaScriptParser.BindingPatternContext ctx)
JavaScriptParser.bindingPattern().ctx - the parse treevoid enterObjectBindingPattern(JavaScriptParser.ObjectBindingPatternContext ctx)
JavaScriptParser.objectBindingPattern().ctx - the parse treevoid exitObjectBindingPattern(JavaScriptParser.ObjectBindingPatternContext ctx)
JavaScriptParser.objectBindingPattern().ctx - the parse treevoid enterArrayBindingPattern(JavaScriptParser.ArrayBindingPatternContext ctx)
JavaScriptParser.arrayBindingPattern().ctx - the parse treevoid exitArrayBindingPattern(JavaScriptParser.ArrayBindingPatternContext ctx)
JavaScriptParser.arrayBindingPattern().ctx - the parse treevoid enterBindingElementList(JavaScriptParser.BindingElementListContext ctx)
JavaScriptParser.bindingElementList().ctx - the parse treevoid exitBindingElementList(JavaScriptParser.BindingElementListContext ctx)
JavaScriptParser.bindingElementList().ctx - the parse treevoid enterBindingElisionElement(JavaScriptParser.BindingElisionElementContext ctx)
JavaScriptParser.bindingElisionElement().ctx - the parse treevoid exitBindingElisionElement(JavaScriptParser.BindingElisionElementContext ctx)
JavaScriptParser.bindingElisionElement().ctx - the parse treevoid enterBindingRestElement(JavaScriptParser.BindingRestElementContext ctx)
JavaScriptParser.bindingRestElement().ctx - the parse treevoid exitBindingRestElement(JavaScriptParser.BindingRestElementContext ctx)
JavaScriptParser.bindingRestElement().ctx - the parse treevoid enterBindingPropertyList(JavaScriptParser.BindingPropertyListContext ctx)
JavaScriptParser.bindingPropertyList().ctx - the parse treevoid exitBindingPropertyList(JavaScriptParser.BindingPropertyListContext ctx)
JavaScriptParser.bindingPropertyList().ctx - the parse treevoid enterBindingProperty(JavaScriptParser.BindingPropertyContext ctx)
JavaScriptParser.bindingProperty().ctx - the parse treevoid exitBindingProperty(JavaScriptParser.BindingPropertyContext ctx)
JavaScriptParser.bindingProperty().ctx - the parse treevoid enterBindingElement(JavaScriptParser.BindingElementContext ctx)
JavaScriptParser.bindingElement().ctx - the parse treevoid exitBindingElement(JavaScriptParser.BindingElementContext ctx)
JavaScriptParser.bindingElement().ctx - the parse treevoid enterSingleNameBinding(JavaScriptParser.SingleNameBindingContext ctx)
JavaScriptParser.singleNameBinding().ctx - the parse treevoid exitSingleNameBinding(JavaScriptParser.SingleNameBindingContext ctx)
JavaScriptParser.singleNameBinding().ctx - the parse treevoid enterDeclaration(JavaScriptParser.DeclarationContext ctx)
JavaScriptParser.declaration().ctx - the parse treevoid exitDeclaration(JavaScriptParser.DeclarationContext ctx)
JavaScriptParser.declaration().ctx - the parse treevoid enterHoistableDeclaration(JavaScriptParser.HoistableDeclarationContext ctx)
JavaScriptParser.hoistableDeclaration().ctx - the parse treevoid exitHoistableDeclaration(JavaScriptParser.HoistableDeclarationContext ctx)
JavaScriptParser.hoistableDeclaration().ctx - the parse treevoid enterLexicalDeclaration(JavaScriptParser.LexicalDeclarationContext ctx)
JavaScriptParser.lexicalDeclaration().ctx - the parse treevoid exitLexicalDeclaration(JavaScriptParser.LexicalDeclarationContext ctx)
JavaScriptParser.lexicalDeclaration().ctx - the parse treevoid enterStatementList(JavaScriptParser.StatementListContext ctx)
JavaScriptParser.statementList().ctx - the parse treevoid exitStatementList(JavaScriptParser.StatementListContext ctx)
JavaScriptParser.statementList().ctx - the parse treevoid enterStatementListItem(JavaScriptParser.StatementListItemContext ctx)
JavaScriptParser.statementListItem().ctx - the parse treevoid exitStatementListItem(JavaScriptParser.StatementListItemContext ctx)
JavaScriptParser.statementListItem().ctx - the parse treevoid enterGeneratorDeclaration(JavaScriptParser.GeneratorDeclarationContext ctx)
JavaScriptParser.generatorDeclaration().ctx - the parse treevoid exitGeneratorDeclaration(JavaScriptParser.GeneratorDeclarationContext ctx)
JavaScriptParser.generatorDeclaration().ctx - the parse treevoid enterGeneratorBody(JavaScriptParser.GeneratorBodyContext ctx)
JavaScriptParser.generatorBody().ctx - the parse treevoid exitGeneratorBody(JavaScriptParser.GeneratorBodyContext ctx)
JavaScriptParser.generatorBody().ctx - the parse treevoid enterScript(JavaScriptParser.ScriptContext ctx)
JavaScriptParser.script().ctx - the parse treevoid exitScript(JavaScriptParser.ScriptContext ctx)
JavaScriptParser.script().ctx - the parse treevoid enterScriptBody(JavaScriptParser.ScriptBodyContext ctx)
JavaScriptParser.scriptBody().ctx - the parse treevoid exitScriptBody(JavaScriptParser.ScriptBodyContext ctx)
JavaScriptParser.scriptBody().ctx - the parse treevoid enterModule(JavaScriptParser.ModuleContext ctx)
JavaScriptParser.module().ctx - the parse treevoid exitModule(JavaScriptParser.ModuleContext ctx)
JavaScriptParser.module().ctx - the parse treevoid enterModuleBody(JavaScriptParser.ModuleBodyContext ctx)
JavaScriptParser.moduleBody().ctx - the parse treevoid exitModuleBody(JavaScriptParser.ModuleBodyContext ctx)
JavaScriptParser.moduleBody().ctx - the parse treevoid enterModuleItemList(JavaScriptParser.ModuleItemListContext ctx)
JavaScriptParser.moduleItemList().ctx - the parse treevoid exitModuleItemList(JavaScriptParser.ModuleItemListContext ctx)
JavaScriptParser.moduleItemList().ctx - the parse treevoid enterModuleItem(JavaScriptParser.ModuleItemContext ctx)
JavaScriptParser.moduleItem().ctx - the parse treevoid exitModuleItem(JavaScriptParser.ModuleItemContext ctx)
JavaScriptParser.moduleItem().ctx - the parse treevoid enterImportDeclaration(JavaScriptParser.ImportDeclarationContext ctx)
JavaScriptParser.importDeclaration().ctx - the parse treevoid exitImportDeclaration(JavaScriptParser.ImportDeclarationContext ctx)
JavaScriptParser.importDeclaration().ctx - the parse treevoid enterImportClause(JavaScriptParser.ImportClauseContext ctx)
JavaScriptParser.importClause().ctx - the parse treevoid exitImportClause(JavaScriptParser.ImportClauseContext ctx)
JavaScriptParser.importClause().ctx - the parse treevoid enterImportedDefaultBinding(JavaScriptParser.ImportedDefaultBindingContext ctx)
JavaScriptParser.importedDefaultBinding().ctx - the parse treevoid exitImportedDefaultBinding(JavaScriptParser.ImportedDefaultBindingContext ctx)
JavaScriptParser.importedDefaultBinding().ctx - the parse treevoid enterNameSpaceImport(JavaScriptParser.NameSpaceImportContext ctx)
JavaScriptParser.nameSpaceImport().ctx - the parse treevoid exitNameSpaceImport(JavaScriptParser.NameSpaceImportContext ctx)
JavaScriptParser.nameSpaceImport().ctx - the parse treevoid enterNamedImports(JavaScriptParser.NamedImportsContext ctx)
JavaScriptParser.namedImports().ctx - the parse treevoid exitNamedImports(JavaScriptParser.NamedImportsContext ctx)
JavaScriptParser.namedImports().ctx - the parse treevoid enterImportsList(JavaScriptParser.ImportsListContext ctx)
JavaScriptParser.importsList().ctx - the parse treevoid exitImportsList(JavaScriptParser.ImportsListContext ctx)
JavaScriptParser.importsList().ctx - the parse treevoid enterFromClause(JavaScriptParser.FromClauseContext ctx)
JavaScriptParser.fromClause().ctx - the parse treevoid exitFromClause(JavaScriptParser.FromClauseContext ctx)
JavaScriptParser.fromClause().ctx - the parse treevoid enterImportSpecifier(JavaScriptParser.ImportSpecifierContext ctx)
JavaScriptParser.importSpecifier().ctx - the parse treevoid exitImportSpecifier(JavaScriptParser.ImportSpecifierContext ctx)
JavaScriptParser.importSpecifier().ctx - the parse treevoid enterModuleSpecifier(JavaScriptParser.ModuleSpecifierContext ctx)
JavaScriptParser.moduleSpecifier().ctx - the parse treevoid exitModuleSpecifier(JavaScriptParser.ModuleSpecifierContext ctx)
JavaScriptParser.moduleSpecifier().ctx - the parse treevoid enterImportedBinding(JavaScriptParser.ImportedBindingContext ctx)
JavaScriptParser.importedBinding().ctx - the parse treevoid exitImportedBinding(JavaScriptParser.ImportedBindingContext ctx)
JavaScriptParser.importedBinding().ctx - the parse treevoid enterExportDeclaration(JavaScriptParser.ExportDeclarationContext ctx)
JavaScriptParser.exportDeclaration().ctx - the parse treevoid exitExportDeclaration(JavaScriptParser.ExportDeclarationContext ctx)
JavaScriptParser.exportDeclaration().ctx - the parse treevoid enterExportClause(JavaScriptParser.ExportClauseContext ctx)
JavaScriptParser.exportClause().ctx - the parse treevoid exitExportClause(JavaScriptParser.ExportClauseContext ctx)
JavaScriptParser.exportClause().ctx - the parse treevoid enterExportsList(JavaScriptParser.ExportsListContext ctx)
JavaScriptParser.exportsList().ctx - the parse treevoid exitExportsList(JavaScriptParser.ExportsListContext ctx)
JavaScriptParser.exportsList().ctx - the parse treevoid enterExportSpecifier(JavaScriptParser.ExportSpecifierContext ctx)
JavaScriptParser.exportSpecifier().ctx - the parse treevoid exitExportSpecifier(JavaScriptParser.ExportSpecifierContext ctx)
JavaScriptParser.exportSpecifier().ctx - the parse tree