public final class RegularExpressionConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
ANNOTATIONS_REGEXP
The pattern representing annotations.
|
static Pattern |
JAVA_TYPE_REGEXP
The pattern representing the java type.
|
static Pattern |
NATIVE_METHODS_REGEXP
The pattern representing the native methods.
|
static Pattern |
PACKAGE_REGEXP
The pattern representing the java package.
|
static Pattern |
STANDARD_IMPORT_REGEXP
The pattern representing the standard import.
|
static Pattern |
STATIC_IMPORT_REGEXP
The pattern representing the static import.
|
public static final Pattern ANNOTATIONS_REGEXP
public static final Pattern JAVA_TYPE_REGEXP
public static final Pattern NATIVE_METHODS_REGEXP
public static final Pattern PACKAGE_REGEXP
public static final Pattern STANDARD_IMPORT_REGEXP
public static final Pattern STATIC_IMPORT_REGEXP
Copyright © 2014 Sourceforge. All rights reserved.