| Modifier and Type | Method and Description |
|---|---|
ECMAScriptParser.LiteralContext |
ECMAScriptParser.literal() |
ECMAScriptParser.LiteralContext |
ECMAScriptParser.LiteralExpressionContext.literal() |
| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterLiteral(ECMAScriptParser.LiteralContext ctx)
Enter a parse tree produced by
ECMAScriptParser.literal(). |
void |
ECMAScriptListener.enterLiteral(ECMAScriptParser.LiteralContext ctx)
Enter a parse tree produced by
ECMAScriptParser.literal(). |
void |
ECMAScriptBaseListener.exitLiteral(ECMAScriptParser.LiteralContext ctx)
Exit a parse tree produced by
ECMAScriptParser.literal(). |
void |
ECMAScriptListener.exitLiteral(ECMAScriptParser.LiteralContext ctx)
Exit a parse tree produced by
ECMAScriptParser.literal(). |
T |
ECMAScriptVisitor.visitLiteral(ECMAScriptParser.LiteralContext ctx)
Visit a parse tree produced by
ECMAScriptParser.literal(). |
T |
ECMAScriptBaseVisitor.visitLiteral(ECMAScriptParser.LiteralContext ctx)
Visit a parse tree produced by
ECMAScriptParser.literal(). |
Copyright © 2022. All rights reserved.