| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Enter a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.enterLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Enter a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptBaseListener.exitLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Exit a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
void |
ECMAScriptListener.exitLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Exit a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptVisitor.visitLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Visit a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
T |
ECMAScriptBaseVisitor.visitLogicalOrExpression(ECMAScriptParser.LogicalOrExpressionContext ctx)
Visit a parse tree produced by the
LogicalOrExpression
labeled alternative in ECMAScriptParser.singleExpression(). |
Copyright © 2022. All rights reserved.