class Predicator::AST::Literal

Public Instance Methods

literal?() click to toggle source
# File lib/predicator/ast.rb, line 42
def literal?; true; end
type() click to toggle source
# File lib/predicator/ast.rb, line 41
def type; :LITERAL; end