class Analyst::Entities::Symbol

Public Instance Methods

full_name() click to toggle source
# File lib/analyst/entities/symbol.rb, line 15
def full_name
end
name() click to toggle source
# File lib/analyst/entities/symbol.rb, line 12
def name
end
value() click to toggle source
# File lib/analyst/entities/symbol.rb, line 8
def value
  ast.children.first
end

Private Instance Methods

content_node() click to toggle source
# File lib/analyst/entities/symbol.rb, line 20
def content_node
end