Interface IBslCommentToken
-
public interface IBslCommentTokenConstant of the keywords using in the Bsl documentation comments
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALL_OPTIONSKeyword of the call option sectionstatic StringCALL_OPTIONS_RUKeyword of the call option section in Russianstatic StringCONTAINSKeyword describing that collection type contains special typesstatic StringCONTAINS_RUKeyword describing that collection type contains special types in Russianstatic StringDEPRECATEDKeyword for marks methods as deprecatedstatic StringDEPRECATED_RUKeyword for marks methods as deprecated in Russianstatic StringEXAMPLEKeyword of the example sectionstatic StringEXAMPLE_RUKeyword of the example section in Russianstatic StringLINE_STARTERBeginning of the each comment linestatic StringLINKKeyword of the link sectionstatic StringLINK_RUKeyword of the link section in Russianstatic StringLINK_SECTION_LEFT_BRACKETKeyword of the bracket of link sectionstatic StringLINK_SECTION_RIGHT_BRACKETKeyword of the bracket of link sectionstatic StringOLD_RETURNSKeyword of the return section in old format documentation commentstatic StringOLD_RETURNS_RUKeyword of the return section in old format documentation comment in Russianstatic StringPARAMETERSKeyword of the parameters sectionstatic StringPARAMETERS_RUKeyword of the parameters section in Russianstatic StringRETURNSKeyword of the return sectionstatic StringRETURNS_RUKeyword of the return section in Russianstatic StringSTARKeyword for begining description of parameter and extra fieldsstatic StringTYPE_SECTION_DASHKeywords of type section in old format - end and begin of type sectionstatic StringTYPE_SECTION_EXTENSION_COLONKeyword of the begining extra fields description in type sectionstatic StringTYPE_SECTION_LEFT_BRACKETKeyword of the bracket of type sectionstatic StringTYPE_SECTION_RIGHT_BRACKETKeyword of the bracket of type sectionstatic StringTYPE_SECTION_TYPE_DELIMETERKeyword of the delimeter for type names type section
-
-
-
Field Detail
-
LINE_STARTER
static final String LINE_STARTER
Beginning of the each comment line- See Also:
- Constant Field Values
-
DEPRECATED
static final String DEPRECATED
Keyword for marks methods as deprecated- See Also:
- Constant Field Values
-
DEPRECATED_RU
static final String DEPRECATED_RU
Keyword for marks methods as deprecated in Russian- See Also:
- Constant Field Values
-
PARAMETERS
static final String PARAMETERS
Keyword of the parameters section- See Also:
- Constant Field Values
-
PARAMETERS_RU
static final String PARAMETERS_RU
Keyword of the parameters section in Russian- See Also:
- Constant Field Values
-
CALL_OPTIONS
static final String CALL_OPTIONS
Keyword of the call option section- See Also:
- Constant Field Values
-
CALL_OPTIONS_RU
static final String CALL_OPTIONS_RU
Keyword of the call option section in Russian- See Also:
- Constant Field Values
-
RETURNS
static final String RETURNS
Keyword of the return section- See Also:
- Constant Field Values
-
RETURNS_RU
static final String RETURNS_RU
Keyword of the return section in Russian- See Also:
- Constant Field Values
-
OLD_RETURNS
static final String OLD_RETURNS
Keyword of the return section in old format documentation comment- See Also:
- Constant Field Values
-
OLD_RETURNS_RU
static final String OLD_RETURNS_RU
Keyword of the return section in old format documentation comment in Russian- See Also:
- Constant Field Values
-
EXAMPLE
static final String EXAMPLE
Keyword of the example section- See Also:
- Constant Field Values
-
EXAMPLE_RU
static final String EXAMPLE_RU
Keyword of the example section in Russian- See Also:
- Constant Field Values
-
LINK_SECTION_RIGHT_BRACKET
static final String LINK_SECTION_RIGHT_BRACKET
Keyword of the bracket of link section- See Also:
- Constant Field Values
-
LINK_SECTION_LEFT_BRACKET
static final String LINK_SECTION_LEFT_BRACKET
Keyword of the bracket of link section- See Also:
- Constant Field Values
-
LINK
static final String LINK
Keyword of the link section- See Also:
- Constant Field Values
-
LINK_RU
static final String LINK_RU
Keyword of the link section in Russian- See Also:
- Constant Field Values
-
TYPE_SECTION_RIGHT_BRACKET
static final String TYPE_SECTION_RIGHT_BRACKET
Keyword of the bracket of type section- See Also:
- Constant Field Values
-
TYPE_SECTION_LEFT_BRACKET
static final String TYPE_SECTION_LEFT_BRACKET
Keyword of the bracket of type section- See Also:
- Constant Field Values
-
TYPE_SECTION_EXTENSION_COLON
static final String TYPE_SECTION_EXTENSION_COLON
Keyword of the begining extra fields description in type section- See Also:
- Constant Field Values
-
TYPE_SECTION_TYPE_DELIMETER
static final String TYPE_SECTION_TYPE_DELIMETER
Keyword of the delimeter for type names type section- See Also:
- Constant Field Values
-
TYPE_SECTION_DASH
static final String TYPE_SECTION_DASH
Keywords of type section in old format - end and begin of type section- See Also:
- Constant Field Values
-
STAR
static final String STAR
Keyword for begining description of parameter and extra fields- See Also:
- Constant Field Values
-
CONTAINS
static final String CONTAINS
Keyword describing that collection type contains special types- See Also:
- Constant Field Values
-
CONTAINS_RU
static final String CONTAINS_RU
Keyword describing that collection type contains special types in Russian- See Also:
- Constant Field Values
-
-