| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Enter a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.enterNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Enter a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptBaseListener.exitNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Exit a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.exitNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Exit a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptVisitor.visitNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Visit a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptBaseVisitor.visitNewExpression(ECMAScriptParser.NewExpressionContext ctx)
Visit a parse tree produced by the
NewExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
Copyright © 2022. All rights reserved.