CxStatementComment
Description
- Derived from
-
CxStatement abstract
One or more adjacent line-comments in a statement block that are exposed to the PSI model:
// 1st line of 1st comment // 2nd line of 1st comment // // 3rd line of 1st comment, after empty line ... // TAG: 1st line of 2nd comment (may have semantic tag) // 2nd line of 2nd comment
Public / Constants
Native
Prefix of a single-line comment before a CxStatementCode.
The comment text is the description of the purpose of the native code block.