Scarab  2.8.1
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
FixIt Class Reference
Inheritance diagram for FixIt:
Inheritance graph

Public Member Functions

def __init__ (self, range, value)
 
def __repr__ (self)
 

Public Attributes

 range
 
 value
 

Detailed Description

A FixIt represents a transformation to be applied to the source to
"fix-it". The fix-it shouldbe applied by replacing the given source range
with the given value.

Definition at line 409 of file cindex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  range,
  value 
)

Definition at line 416 of file cindex.py.

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

Definition at line 420 of file cindex.py.

Member Data Documentation

◆ range

range

Definition at line 417 of file cindex.py.

◆ value

value

Definition at line 418 of file cindex.py.


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