Uses of Interface
com.jstatcom.parser.NumberRangeParserConstants

Packages that use NumberRangeParserConstants
com.jstatcom.parser Various parsers generated by JavaCC. 
 

Uses of NumberRangeParserConstants in com.jstatcom.parser
 

Classes in com.jstatcom.parser that implement NumberRangeParserConstants
 class NumberRangeParser
          Parser that assembles number range objects from an input string, for example [1,100]
(-Infinity,Infinity)
[lowerBound",20)
(-Infinity, upperBound]
[1.2,1.2]
(-1.3e-2,1.3e-2)
One can use the parser via the parseString, parseStringToRange methods.
 class NumberRangeParserTokenManager