EnforcingContext

Context information for enforcing indentation. Contains the starting position and the number of extra characters to remove. This is an immutable value object returned by analyzeEnforcingContext.

Constructors

Link copied to clipboard
constructor(startIndex: Int, extraCharacters: Int)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns whether there are any extra characters to remove.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String