Interface IBslCommentToken
- 
 public interface IBslCommentTokenConstant of the keywords using in the Bsl documentation comments
- 
- 
Field SummaryFields 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_STARTERstatic final String LINE_STARTER Beginning of the each comment line- See Also:
- Constant Field Values
 
 - 
DEPRECATEDstatic final String DEPRECATED Keyword for marks methods as deprecated- See Also:
- Constant Field Values
 
 - 
DEPRECATED_RUstatic final String DEPRECATED_RU Keyword for marks methods as deprecated in Russian- See Also:
- Constant Field Values
 
 - 
PARAMETERSstatic final String PARAMETERS Keyword of the parameters section- See Also:
- Constant Field Values
 
 - 
PARAMETERS_RUstatic final String PARAMETERS_RU Keyword of the parameters section in Russian- See Also:
- Constant Field Values
 
 - 
CALL_OPTIONSstatic final String CALL_OPTIONS Keyword of the call option section- See Also:
- Constant Field Values
 
 - 
CALL_OPTIONS_RUstatic final String CALL_OPTIONS_RU Keyword of the call option section in Russian- See Also:
- Constant Field Values
 
 - 
RETURNSstatic final String RETURNS Keyword of the return section- See Also:
- Constant Field Values
 
 - 
RETURNS_RUstatic final String RETURNS_RU Keyword of the return section in Russian- See Also:
- Constant Field Values
 
 - 
OLD_RETURNSstatic final String OLD_RETURNS Keyword of the return section in old format documentation comment- See Also:
- Constant Field Values
 
 - 
OLD_RETURNS_RUstatic final String OLD_RETURNS_RU Keyword of the return section in old format documentation comment in Russian- See Also:
- Constant Field Values
 
 - 
EXAMPLEstatic final String EXAMPLE Keyword of the example section- See Also:
- Constant Field Values
 
 - 
EXAMPLE_RUstatic final String EXAMPLE_RU Keyword of the example section in Russian- See Also:
- Constant Field Values
 
 - 
LINK_SECTION_RIGHT_BRACKETstatic final String LINK_SECTION_RIGHT_BRACKET Keyword of the bracket of link section- See Also:
- Constant Field Values
 
 - 
LINK_SECTION_LEFT_BRACKETstatic final String LINK_SECTION_LEFT_BRACKET Keyword of the bracket of link section- See Also:
- Constant Field Values
 
 - 
LINKstatic final String LINK Keyword of the link section- See Also:
- Constant Field Values
 
 - 
LINK_RUstatic final String LINK_RU Keyword of the link section in Russian- See Also:
- Constant Field Values
 
 - 
TYPE_SECTION_RIGHT_BRACKETstatic final String TYPE_SECTION_RIGHT_BRACKET Keyword of the bracket of type section- See Also:
- Constant Field Values
 
 - 
TYPE_SECTION_LEFT_BRACKETstatic final String TYPE_SECTION_LEFT_BRACKET Keyword of the bracket of type section- See Also:
- Constant Field Values
 
 - 
TYPE_SECTION_EXTENSION_COLONstatic final String TYPE_SECTION_EXTENSION_COLON Keyword of the begining extra fields description in type section- See Also:
- Constant Field Values
 
 - 
TYPE_SECTION_TYPE_DELIMETERstatic final String TYPE_SECTION_TYPE_DELIMETER Keyword of the delimeter for type names type section- See Also:
- Constant Field Values
 
 - 
TYPE_SECTION_DASHstatic final String TYPE_SECTION_DASH Keywords of type section in old format - end and begin of type section- See Also:
- Constant Field Values
 
 - 
STARstatic final String STAR Keyword for begining description of parameter and extra fields- See Also:
- Constant Field Values
 
 - 
CONTAINSstatic final String CONTAINS Keyword describing that collection type contains special types- See Also:
- Constant Field Values
 
 - 
CONTAINS_RUstatic final String CONTAINS_RU Keyword describing that collection type contains special types in Russian- See Also:
- Constant Field Values
 
 
- 
 
-