| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.enterUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptBaseListener.exitUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.exitUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptVisitor.visitUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Visit a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptBaseVisitor.visitUnaryPlusExpression(ECMAScriptParser.UnaryPlusExpressionContext ctx)
Visit a parse tree produced by the
UnaryPlusExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
Copyright © 2022. All rights reserved.