Class: Mxrb::Semantic::UnresolvedReference

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expected_kindsObject (readonly)

Returns the value of attribute expected_kinds

Returns:

  • (Object)

    the current value of expected_kinds



16
17
18
# File 'lib/mxrb/semantic/index.rb', line 16

def expected_kinds
  @expected_kinds
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/mxrb/semantic/index.rb', line 16

def path
  @path
end

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



16
17
18
# File 'lib/mxrb/semantic/index.rb', line 16

def qualified_name
  @qualified_name
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



16
17
18
# File 'lib/mxrb/semantic/index.rb', line 16

def source
  @source
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



16
17
18
# File 'lib/mxrb/semantic/index.rb', line 16

def value
  @value
end