abstract class CommonPattern
extends java.lang.Object
Pattern API which is used by this package, and also
shared with the re2j library. For internal use only. Please refer to the Pattern
javadoc for details.| Constructor and Description |
|---|
CommonPattern() |
| Modifier and Type | Method and Description |
|---|---|
static CommonPattern |
compile(java.lang.String pattern) |
abstract int |
flags() |
static boolean |
isPcreLike() |
abstract CommonMatcher |
matcher(java.lang.CharSequence t) |
abstract java.lang.String |
pattern() |
abstract java.lang.String |
toString() |
public abstract CommonMatcher matcher(java.lang.CharSequence t)
public abstract java.lang.String pattern()
public abstract int flags()
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic static CommonPattern compile(java.lang.String pattern)
public static boolean isPcreLike()