LineParsingInstruction class
LineParsingInstruction class
Defines the LineParsingInstruction.
The LineParsingInstruction type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of LineParsingInstruction |
Properties
| Property | Description |
|---|---|
| instruction | Get the Instruction |
| NONE | The None LineParsingInstruction. |
| CONTINUE | The Continue. |
| NEXT_LINE | The NextLine. |
Methods
| Method | Description |
|---|---|
| with_tabs_reservation | Defines the interface for WithTabsReservation |
| with_content_indentation | Defines the interface for get LineParsingInstruction |
| get_tabs_reservation | Defines the interface for get TabsReservation |
| get_content_indentation | Defines the interface for get indentation |
| equals | Compare two LineParsingInstruction |