Home | History | Annotate | Download | only in antlr3

Lines Matching refs:MAX

64 as a member of seven seperate array constants -- +MIN+, +MAX+, +EOT+, +EOF+,
71 MAX[s]::
104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max,
108 attr_reader :decision, :eot, :eof, :min, :max,
145 eot = nil, eof = nil, min = nil, max = nil,
153 @max = max || self.class::MAX #.max
191 # the @min and @max arrays contain the bounds of the character (or token type)
193 if c.between?( @min[ state ], @max[ state ] )
257 # the @min and @max arrays contain the bounds of the character (or token type)
259 if c.between?( @min[ state ], @max[ state ] )