| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Enter a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.enterLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Enter a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptBaseListener.exitLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Exit a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.exitLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Exit a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptVisitor.visitLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Visit a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptBaseVisitor.visitLiteralExpression(ECMAScriptParser.LiteralExpressionContext ctx)
Visit a parse tree produced by the
LiteralExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
Copyright © 2022. All rights reserved.