Definition at line 7 of file HFile_sap.php.
◆ donothing()
HFile_sap::donothing |
( |
|
$keywordin | ) |
|
◆ HFile_sap()
Definition at line 9 of file HFile_sap.php.
References array.
24 $this->colours =
array(
"blue",
"purple");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"FORM",
"CONSTANTS:",
"DATA:",
"TABLES:",
"TYPE-POOLS:",
"PARAMETERS:",
"FUNCITON",
"IF",
"ELSE",
"ELSEIF",
"SELECT",
"LOOP",
"DO",
"WHILE",
"CASE",
"AT",
"ON",
"MODULE",
"PROVIDE");
32 $this->unindent =
array(
"ENDFORM",
"ENDFUNCTION",
"ENDIF",
"ENDSELECT",
"ENDLOOP",
"ENDDO",
"ENDWHILE",
"ENDCASE",
"ENDAT",
"ENDON",
"ENDMODULE",
"ENDPROVIDE");
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
".",
",",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
"?");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
52 "ADD-CORRESPONDING" =>
"1",
62 "AUTHORITY-CHECK" =>
"1",
90 "COMMUNICATION" =>
"1",
107 "CUSTOMER-FUNCTION" =>
"1",
121 "DIVIDE-CORRESPONDING" =>
"1",
124 "EDITOR-CALL" =>
"1",
129 "END-OF-DEFINITION" =>
"1",
130 "END-OF-PAGE" =>
"1",
131 "END-OF-SELECTION" =>
"1",
136 "ENDFUNCTION" =>
"1",
156 "FIELD-GROUP" =>
"1",
157 "FIELD-SYMBOLS" =>
"1",
158 "FIELD-SYMBOLS:" =>
"1",
168 "FUNCTION-POOL" =>
"1",
187 "INITIALIZATION" =>
"1",
191 "INTENSIFIED" =>
"1",
198 "LEFT-JUSTIFIED" =>
"1",
204 "LIST-PROCESSING" =>
"1",
223 "MOVE-CORRESPONDING" =>
"1",
225 "MULTIPLY-CORRESPONDING" =>
"1",
232 "NO-SCROLLING" =>
"1",
255 "PARAMETERS:" =>
"1",
260 "PRINT-CONTROL" =>
"1",
264 "RADIOBUTTON" =>
"1",
276 "RIGHT-JUSTIFIED" =>
"1",
283 "SCROLL-BOUNDARY" =>
"1",
286 "SELECT-OPTIONS" =>
"1",
287 "SELECT-OPTIONS:" =>
"1",
288 "SELECTION-SCREEN" =>
"1",
289 "SELECTION-SCREEN:" =>
"1",
290 "SELECTION-TABLE" =>
"1",
303 "START-OF-SELECTION" =>
"1",
310 "SUBSTRACT-CORRESPONDING" =>
"1",
314 "SYNTAX-CHECK" =>
"1",
315 "SYNTAX-TRACE" =>
"1",
316 "SYSTEM-EXCEPTIONS" =>
"1",
327 "TOP-OF-PAGE" =>
"1",
328 "TRANSACTION" =>
"1",
341 "USER-COMMAND" =>
"1",
504 $this->linkscripts =
array(
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: