class Fear::Extractor::Grammar::IntegerLiteral
Public Instance Methods
to_matcher()
click to toggle source
# File lib/fear/extractor/grammar.rb, line 66 def to_matcher ValueMatcher.new(value: value, node: self) end
value()
click to toggle source
# File lib/fear/extractor/grammar.rb, line 70 def value Integer(text_value, 10) end