Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.FindVariableOccurrences Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.FindVariableOccurrences:
robotide.controller.ctrlcommands.FindOccurrences robotide.controller.ctrlcommands._Command robotide.usages.commands.FindVariableUsages

Private Member Functions

def _contains_item (self, item)
 
def _get_source_of_imported_var (self, name, context)
 
def _is_imported_variable (self, name, context)
 
def _items_from (self, context)
 
def _items_from_controller (self, ctrl)
 
def _items_from_datafile (self, df)
 
def _items_from_datafile_should_be_checked (self, datafile)
 
def _items_from_keyword (self, kw)
 

Static Private Member Functions

def _get_all_imported (context)
 
def _get_all_where_used (context)
 
def _is_builtin_variable (name)
 
def _is_file_variable (name, context)
 
def _is_local_variable (name, context)
 

Private Attributes

 _context
 

Additional Inherited Members

- Public Member Functions inherited from robotide.controller.ctrlcommands.FindOccurrences
def __init__ (self, keyword_name, keyword_info=None)
 
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 
- Static Public Attributes inherited from robotide.controller.ctrlcommands.FindOccurrences
bool modifying = False
 
- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 754 of file ctrlcommands.py.

Member Function Documentation

◆ _contains_item()

def robotide.controller.ctrlcommands.FindVariableOccurrences._contains_item (   self,
  item 
)
private

Reimplemented from robotide.controller.ctrlcommands.FindOccurrences.

Definition at line 757 of file ctrlcommands.py.

◆ _get_all_imported()

def robotide.controller.ctrlcommands.FindVariableOccurrences._get_all_imported (   context)
staticprivate

Definition at line 828 of file ctrlcommands.py.

◆ _get_all_where_used()

def robotide.controller.ctrlcommands.FindVariableOccurrences._get_all_where_used (   context)
staticprivate

Definition at line 837 of file ctrlcommands.py.

◆ _get_source_of_imported_var()

def robotide.controller.ctrlcommands.FindVariableOccurrences._get_source_of_imported_var (   self,
  name,
  context 
)
private

Definition at line 821 of file ctrlcommands.py.

◆ _is_builtin_variable()

def robotide.controller.ctrlcommands.FindVariableOccurrences._is_builtin_variable (   name)
staticprivate

Definition at line 818 of file ctrlcommands.py.

◆ _is_file_variable()

def robotide.controller.ctrlcommands.FindVariableOccurrences._is_file_variable (   name,
  context 
)
staticprivate

Definition at line 810 of file ctrlcommands.py.

◆ _is_imported_variable()

def robotide.controller.ctrlcommands.FindVariableOccurrences._is_imported_variable (   self,
  name,
  context 
)
private

Definition at line 813 of file ctrlcommands.py.

◆ _is_local_variable()

def robotide.controller.ctrlcommands.FindVariableOccurrences._is_local_variable (   name,
  context 
)
staticprivate

Definition at line 802 of file ctrlcommands.py.

◆ _items_from()

def robotide.controller.ctrlcommands.FindVariableOccurrences._items_from (   self,
  context 
)
private

Reimplemented from robotide.controller.ctrlcommands.FindOccurrences.

Definition at line 777 of file ctrlcommands.py.

◆ _items_from_controller()

def robotide.controller.ctrlcommands.FindVariableOccurrences._items_from_controller (   self,
  ctrl 
)
private

Definition at line 766 of file ctrlcommands.py.

◆ _items_from_datafile()

def robotide.controller.ctrlcommands.FindVariableOccurrences._items_from_datafile (   self,
  df 
)
private

Reimplemented from robotide.controller.ctrlcommands.FindOccurrences.

Definition at line 761 of file ctrlcommands.py.

◆ _items_from_datafile_should_be_checked()

def robotide.controller.ctrlcommands.FindVariableOccurrences._items_from_datafile_should_be_checked (   self,
  datafile 
)
private

Reimplemented from robotide.controller.ctrlcommands.FindOccurrences.

Definition at line 789 of file ctrlcommands.py.

◆ _items_from_keyword()

def robotide.controller.ctrlcommands.FindVariableOccurrences._items_from_keyword (   self,
  kw 
)
private

Reimplemented from robotide.controller.ctrlcommands.FindOccurrences.

Definition at line 774 of file ctrlcommands.py.

Member Data Documentation

◆ _context

robotide.controller.ctrlcommands.FindVariableOccurrences._context
private

Definition at line 778 of file ctrlcommands.py.


The documentation for this class was generated from the following file: