public class Jsr51PatternMatcher extends PatternMatcher.Base
| Modifier and Type | Class and Description |
|---|---|
static class |
Jsr51PatternMatcher.Factory |
PatternMatcher.Base, PatternMatcher.FactoriesoriginalPattern| Constructor and Description |
|---|
Jsr51PatternMatcher(String pattern,
boolean caseSensitive) |
| 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 Jsr51PatternMatcher(String pattern, boolean caseSensitive)
public String type()
PatternMatcherPatternMatcher.equals(Object).public boolean matches(String string)
Copyright © 2003–2018. All rights reserved.