| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.enterParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptBaseListener.exitParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.exitParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptVisitor.visitParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Visit a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptBaseVisitor.visitParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext ctx)
Visit a parse tree produced by the
ParenthesizedExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
Copyright © 2022. All rights reserved.