class Fear::Extractor::Grammar::TypeLiteral

Public Instance Methods

to_matcher() click to toggle source
# File lib/fear/extractor/grammar.rb, line 152
def to_matcher
  ValueMatcher.new(value: value, node: self)
end
value() click to toggle source
# File lib/fear/extractor/grammar.rb, line 156
def value
  Object.const_get(text_value)
end