Uses of Class
org.apache.lucene.expressions.js.JavascriptParser.NumericContext
Packages that use JavascriptParser.NumericContext
-
Uses of JavascriptParser.NumericContext in org.apache.lucene.expressions.js
Methods in org.apache.lucene.expressions.js with parameters of type JavascriptParser.NumericContextModifier and TypeMethodDescriptionJavascriptBaseVisitor.visitNumeric
(JavascriptParser.NumericContext ctx) Visit a parse tree produced by thenumeric
labeled alternative inJavascriptParser.expression()
.JavascriptVisitor.visitNumeric
(JavascriptParser.NumericContext ctx) Visit a parse tree produced by thenumeric
labeled alternative inJavascriptParser.expression()
.