public class AbstractMultiLineCommentProvider extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractMultiLineCommentProvider.MultiLineCommentProviderProperties |
| Modifier and Type | Field and Description |
|---|---|
static String |
END_TAG |
protected String |
endTag |
protected Pattern |
endTagRegex |
static String |
LINE_POSTFIX |
static String |
LINE_PREFIX |
protected String |
linePostfix |
protected Pattern |
linePostfixRegex |
protected String |
linePrefix |
protected Pattern |
linePrefixRegex |
static String |
RULE |
protected String |
ruleName |
static String |
START_TAG |
protected String |
startTag |
protected Pattern |
startTagRegex |
protected Pattern |
tagsAndPrefixRegex |
protected String |
whitespace |
static String |
WHITESPACE |
static String |
WS_RULE |
protected String |
wsRuleName |
| Constructor and Description |
|---|
AbstractMultiLineCommentProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTextFromMultilineComment(String returnValue) |
void |
injectProperties(AbstractMultiLineCommentProvider.MultiLineCommentProviderProperties properties) |
public static final String RULE
public static final String WS_RULE
public static final String START_TAG
public static final String END_TAG
public static final String LINE_PREFIX
public static final String LINE_POSTFIX
public static final String WHITESPACE
@Inject(optional=true) protected String ruleName
@Inject(optional=true) protected String wsRuleName
protected String startTag
protected String endTag
protected String linePrefix
protected String linePostfix
protected String whitespace
protected Pattern startTagRegex
protected Pattern endTagRegex
protected Pattern linePrefixRegex
protected Pattern linePostfixRegex
protected Pattern tagsAndPrefixRegex
@Inject public void injectProperties(AbstractMultiLineCommentProvider.MultiLineCommentProviderProperties properties)
Copyright © 2015. All Rights Reserved.