public abstract class CommentMacro extends MacroBase
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentMacro.AnyCommentEnd |
static class |
CommentMacro.AnyCommentStart |
static class |
CommentMacro.BlockCommentEnd |
static class |
CommentMacro.BlockCommentStart |
static class |
CommentMacro.LineCommentStart |
| Modifier | Constructor and Description |
|---|---|
protected |
CommentMacro(java.lang.String name,
java.util.function.Function<? super Commenter,java.lang.String> commenterFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected Result |
calculateResult(Expression [] params,
ExpressionContext context,
boolean quick) |
calculateQuickResult, calculateResult, getDefaultValue, getName, getPresentableName, getTextResult, getTextResultcalculateLookupItems, getLookupFocusDegree, isAcceptableInContextprotected CommentMacro(java.lang.String name,
java.util.function.Function<? super Commenter,java.lang.String> commenterFunction)
protected Result calculateResult(Expression [] params, ExpressionContext context, boolean quick)
calculateResult in class MacroBase