Interface IBslCommentToken
-
public interface IBslCommentToken
Constant of the keywords using in the Bsl documentation comments
-
-
Field Summary
Fields Modifier and Type Field Description static String
CALL_OPTIONS
Keyword of the call option sectionstatic String
CALL_OPTIONS_RU
Keyword of the call option section in Russianstatic String
CONTAINS
Keyword describing that collection type contains special typesstatic String
CONTAINS_RU
Keyword describing that collection type contains special types in Russianstatic String
DEPRECATED
Keyword for marks methods as deprecatedstatic String
DEPRECATED_RU
Keyword for marks methods as deprecated in Russianstatic String
EXAMPLE
Keyword of the example sectionstatic String
EXAMPLE_RU
Keyword of the example section in Russianstatic String
LINE_STARTER
Beginning of the each comment linestatic String
LINK
Keyword of the link sectionstatic String
LINK_RU
Keyword of the link section in Russianstatic String
LINK_SECTION_LEFT_BRACKET
Keyword of the bracket of link sectionstatic String
LINK_SECTION_RIGHT_BRACKET
Keyword of the bracket of link sectionstatic String
OLD_RETURNS
Keyword of the return section in old format documentation commentstatic String
OLD_RETURNS_RU
Keyword of the return section in old format documentation comment in Russianstatic String
PARAMETERS
Keyword of the parameters sectionstatic String
PARAMETERS_RU
Keyword of the parameters section in Russianstatic String
RETURNS
Keyword of the return sectionstatic String
RETURNS_RU
Keyword of the return section in Russianstatic String
STAR
Keyword for begining description of parameter and extra fieldsstatic String
TYPE_SECTION_DASH
Keywords of type section in old format - end and begin of type sectionstatic String
TYPE_SECTION_EXTENSION_COLON
Keyword of the begining extra fields description in type sectionstatic String
TYPE_SECTION_LEFT_BRACKET
Keyword of the bracket of type sectionstatic String
TYPE_SECTION_RIGHT_BRACKET
Keyword of the bracket of type sectionstatic String
TYPE_SECTION_TYPE_DELIMETER
Keyword 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
-
-