Uses of Class
one.gfw.antlr4.js.javascript.JavaScriptParser.NewExpressionContext
-
Packages that use JavaScriptParser.NewExpressionContext Package Description one.gfw.antlr4.js.javascript -
-
Uses of JavaScriptParser.NewExpressionContext in one.gfw.antlr4.js.javascript
Methods in one.gfw.antlr4.js.javascript with parameters of type JavaScriptParser.NewExpressionContext Modifier and Type Method Description voidJavaScriptParserBaseListener. enterNewExpression(JavaScriptParser.NewExpressionContext ctx)Enter a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().voidJavaScriptParserListener. enterNewExpression(JavaScriptParser.NewExpressionContext ctx)Enter a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().voidJavaScriptParserBaseListener. exitNewExpression(JavaScriptParser.NewExpressionContext ctx)Exit a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().voidJavaScriptParserListener. exitNewExpression(JavaScriptParser.NewExpressionContext ctx)Exit a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().TJavaScriptParserBaseVisitor. visitNewExpression(JavaScriptParser.NewExpressionContext ctx)Visit a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().TJavaScriptParserVisitor. visitNewExpression(JavaScriptParser.NewExpressionContext ctx)Visit a parse tree produced by theNewExpressionlabeled alternative inJavaScriptParser.singleExpression().
-