T - the type of the annotation control character.public static interface AnnotationCharacters.AnnotationControlCharacterFactory<T extends AnnotationCharacters.AnnotationControlCharacter<? extends Annotation>> extends ControlCharacters.ControlCharacterFactory
| Modifier and Type | Method and Description |
|---|---|
T |
createControlCharacter(String text,
Matcher matcher,
List<CharSequence> charactersSoFar)
Creates the control character from the given matched pattern.
|
getPattern, patternMatchesBeginOfLine, unescapeT createControlCharacter(String text, Matcher matcher, List<CharSequence> charactersSoFar)
ControlCharacters.ControlCharacterFactorycreateControlCharacter in interface ControlCharacters.ControlCharacterFactorytext - the parsed text.matcher - the matcher.charactersSoFar - the characters created so far.Copyright © 2021. All rights reserved.