Indented
A class describing an indentation region.
- Value parameters:
- prefix
The token before the initial
of the region - width
The principal indendation width
Value members
Concrete methods
Inherited methods
The enclosing region, which is required to exist
The enclosing region, which is required to exist
- Inherited from:
- Region
The indentation width, Zero if not known
The indentation width, Zero if not known
- Inherited from:
- Region
Does width
represent an undent of an enclosing indentation region?
This is the case if there is an indentation region that goes deeper than width
and that is enclosed in a region that contains width
as an indentation width.
Does width
represent an undent of an enclosing indentation region?
This is the case if there is an indentation region that goes deeper than width
and that is enclosed in a region that contains width
as an indentation width.
- Inherited from:
- Region
Show open regions as list of lines with decreasing indentations
Show open regions as list of lines with decreasing indentations
- Inherited from:
- Region