Class: Necropsy::AstScanner::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/necropsy/ast_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_caller_idObject

Returns the value of attribute current_caller_id

Returns:

  • (Object)

    the current value of current_caller_id



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def current_caller_id
  @current_caller_id
end

#current_kindObject

Returns the value of attribute current_kind

Returns:

  • (Object)

    the current value of current_kind



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def current_kind
  @current_kind
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def file
  @file
end

#module_functionObject

Returns the value of attribute module_function

Returns:

  • (Object)

    the current value of module_function



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def module_function
  @module_function
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def namespace
  @namespace
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def owner
  @owner
end

#relative_fileObject

Returns the value of attribute relative_file

Returns:

  • (Object)

    the current value of relative_file



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def relative_file
  @relative_file
end

#root_idObject

Returns the value of attribute root_id

Returns:

  • (Object)

    the current value of root_id



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def root_id
  @root_id
end

#singleton_scopeObject

Returns the value of attribute singleton_scope

Returns:

  • (Object)

    the current value of singleton_scope



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def singleton_scope
  @singleton_scope
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def test
  @test
end

#visibilityObject

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



35
36
37
# File 'lib/necropsy/ast_scanner.rb', line 35

def visibility
  @visibility
end