public class StartsEndsPatternMatcher extends PatternMatcher.Base
| Modifier and Type | Class and Description |
|---|---|
static class |
StartsEndsPatternMatcher.Factory |
PatternMatcher.Base, PatternMatcher.FactoriesoriginalPattern| Constructor and Description |
|---|
StartsEndsPatternMatcher(String pattern,
String start,
String end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String string) |
String |
type()
String representation of the type of expressions matched by this pattern matcher.
|
compareTo, equals, hashCode, patternpublic String type()
PatternMatcherPatternMatcher.equals(Object).public boolean matches(String string)
Copyright © 2003–2018. All rights reserved.