LineParsingInstruction class

LineParsingInstruction class

Defines the LineParsingInstruction.

The LineParsingInstruction type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of LineParsingInstruction

Properties

PropertyDescription
instructionGet the Instruction
NONEThe None LineParsingInstruction.
CONTINUEThe Continue.
NEXT_LINEThe NextLine.

Methods

MethodDescription
with_tabs_reservationDefines the interface for WithTabsReservation
with_content_indentationDefines the interface for get LineParsingInstruction
get_tabs_reservationDefines the interface for get TabsReservation
get_content_indentationDefines the interface for get indentation
equalsCompare two LineParsingInstruction

See Also