public class SignatureRegexes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ArrayWithoutPackageRegex
A regex that matches ArrayWithoutPackage strings.
|
static String |
BinaryNameOrPrimitiveTypeRegex
A regex that matches BinaryNameOrPrimitiveType strings.
|
static String |
BinaryNameRegex
A regex that matches BinaryName strings.
|
static String |
BinaryNameWithoutPackageRegex
A regex that matches BinaryNameWithoutPackage strings.
|
static String |
ClassGetNameRegex
A regex that matches ClassGetName strings.
|
static String |
ClassGetSimpleNameRegex
A regex that matches ClassGetSimpleName strings.
|
static String |
DotSeparatedIdentifiersOrPrimitiveTypeRegex
A regex that matches DotSeparatedIdentifiersOrPrimitiveType strings.
|
static String |
DotSeparatedIdentifiersRegex
A regex that matches DotSeparatedIdentifiers strings.
|
static String |
FieldDescriptorForPrimitiveRegex
A regex that matches FieldDescriptorForPrimitive strings.
|
static String |
FieldDescriptorRegex
A regex that matches FieldDescriptor strings.
|
static String |
FieldDescriptorWithoutPackageRegex
A regex that matches FieldDescriptorWithoutPackage strings.
|
static String |
FqBinaryNameRegex
A regex that matches FqBinaryName strings.
|
static String |
FullyQualifiedNameRegex
A regex that matches FullyQualifiedName strings.
|
static String |
IDENTIFIER_OR_PRIMITIVE_TYPE
An anchored regex that matches Identifier strings.
|
static String |
IdentifierOrPrimitiveTypeRegex
A regex that matches IdentifierOrPrimitiveType strings.
|
static String |
IdentifierRegex
A regex that matches Identifier strings.
|
static String |
INTERNAL_FORM
A regex that matches InternalForm strings.
|
static String |
InternalFormRegex
A regex that matches InternalForm strings.
|
static String |
PrimitiveTypeRegex
A regex that matches PrimitiveType strings.
|
public static final String IDENTIFIER_OR_PRIMITIVE_TYPE
public static final String INTERNAL_FORM
public static final String ArrayWithoutPackageRegex
public static final String BinaryNameRegex
public static final String BinaryNameWithoutPackageRegex
public static final String BinaryNameOrPrimitiveTypeRegex
public static final String ClassGetNameRegex
public static final String ClassGetSimpleNameRegex
public static final String DotSeparatedIdentifiersRegex
public static final String DotSeparatedIdentifiersOrPrimitiveTypeRegex
public static final String FieldDescriptorRegex
public static final String FieldDescriptorWithoutPackageRegex
public static final String FieldDescriptorForPrimitiveRegex
public static final String FqBinaryNameRegex
public static final String FullyQualifiedNameRegex
public static final String IdentifierRegex
public static final String IdentifierOrPrimitiveTypeRegex
public static final String InternalFormRegex
public static final String PrimitiveTypeRegex