TYPE_PREFIX: string = "{TYPE"
-
Source
Edit
TYPE_POSTFIX: string = "}"
-
Source
Edit
TK_SEPARATOR: string = "_"
-
Source
Edit
TK_COMMENT: string = "COMMENT"
-
Source
Edit
TK_FILENAME: string = "FILENAME"
-
Source
Edit
TK_FUNCTIONS: string = "FUNCTIONS"
-
Source
Edit
TK_IMPLEMENT: string = "IMPLEMENT"
-
Source
Edit
TK_IMPORT: string = "IMPORT"
-
Source
Edit
TK_INIT: string = "INIT"
-
Source
Edit
TK_JSON: string = "JSON"
-
Source
Edit
TK_NAME: string = "NAME"
-
Source
Edit
TK_PARSE: string = "PARSE"
-
Source
Edit
TK_IPREFIX: string = "PREFIX"
-
Source
Edit
TK_SPACED: string = "SPACED"
-
Source
Edit
TK_TYPE: string = "TYPE"
-
Source
Edit
TK_VARNAME: string = "VARNAME"
-
Source
Edit
TK_FUNCNAME: string = "FUNCNAME"
-
Source
Edit
TK_PARAM: string = "PARAM"
-
Source
Edit
TK_PARAMS: string = "PARAMS"
-
Source
Edit
TYPE_IMPORTED: string = "!imported"
-
Source
Edit
TYPE_UNIMPORTED: string = "!unimported"
-
Source
Edit