Constructor and Description |
---|
SPICommenter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBlockCommentPrefix()
Returns the string which marks the beginning of a block comment in the language,
or null if the language does not support block comments.
|
java.lang.String |
getBlockCommentSuffix()
Returns the string which marks the end of a block comment in the language,
or null if the language does not support block comments.
|
java.lang.String |
getCommentedBlockCommentPrefix()
Returns the string which marks the commented beginning of a block comment in the language,
or null if the language does not support block comments.
|
java.lang.String |
getCommentedBlockCommentSuffix()
Returns the string which marks the commented end of a block comment in the language,
or null if the language does not support block comments.
|
java.lang.String |
getLineCommentPrefix()
Returns the string that prefixes a line comment in the language, or null if the language
does not support line comments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLineCommentPrefixes
public java.lang.String getLineCommentPrefix()
Commenter
Commenter.getLineCommentPrefixes()
to get all supported line comment prefixes.getLineCommentPrefix
in interface Commenter
public java.lang.String getBlockCommentPrefix()
Commenter
getBlockCommentPrefix
in interface Commenter
public java.lang.String getBlockCommentSuffix()
Commenter
getBlockCommentSuffix
in interface Commenter
public java.lang.String getCommentedBlockCommentPrefix()
Commenter
getCommentedBlockCommentPrefix
in interface Commenter
public java.lang.String getCommentedBlockCommentSuffix()
Commenter
getCommentedBlockCommentSuffix
in interface Commenter