Region
A Region indicates what encloses the current token. It can be one of the following
InString a string interpolation InParens a pair of parentheses (...) or brackets [...] InBraces a pair of braces { ... } Indented a pair of :
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Concrete methods
A region "covers" an indentation with width if it has width as known indentation width (either as primary, or in case of an Indent region as alternate width).
A region "covers" an indentation with width if it has width as known indentation width (either as primary, or in case of an Indent region as alternate width).
Attributes
The enclosing region, which is required to exist
The enclosing region, which is required to exist
Attributes
The indentation width, Zero if not known
The indentation width, Zero if not known
Attributes
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.
Attributes
Is this region the outermost region?
Is this region the outermost region?
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Show open regions as list of lines with decreasing indentations
Show open regions as list of lines with decreasing indentations