/AWS1/CL_IN2CODELINE¶
Contains information on the lines of code associated with a code snippet.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_content
TYPE /AWS1/IN2STRING
/AWS1/IN2STRING
¶
The content of a line of code
iv_linenumber
TYPE /AWS1/IN2INTEGER
/AWS1/IN2INTEGER
¶
The line number that a section of code is located at.
Queryable Attributes¶
content¶
The content of a line of code
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
lineNumber¶
The line number that a section of code is located at.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LINENUMBER() |
Getter for LINENUMBER, with configurable default |
ASK_LINENUMBER() |
Getter for LINENUMBER w/ exceptions if field has no value |
HAS_LINENUMBER() |
Determine if LINENUMBER has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CODELINELIST
¶
TYPES TT_CODELINELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CODELINE WITH DEFAULT KEY
.