public class SignatureRegexes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ArrayWithoutPackage
A regex that matches ArrayWithoutPackage strings.
|
static String |
BinaryName
A regex that matches BinaryName strings.
|
static String |
BinaryNameOrPrimitiveType
A regex that matches BinaryNameOrPrimitiveType strings.
|
static String |
BinaryNameWithoutPackage
A regex that matches BinaryNameWithoutPackage strings.
|
static String |
ClassGetName
A regex that matches ClassGetName strings.
|
static String |
ClassGetSimpleName
A regex that matches ClassGetSimpleName strings.
|
static String |
DotSeparatedIdentifiers
A regex that matches DotSeparatedIdentifiers strings.
|
static String |
DotSeparatedIdentifiersOrPrimitiveType
A regex that matches DotSeparatedIdentifiersOrPrimitiveType strings.
|
static String |
FieldDescriptor
A regex that matches FieldDescriptor strings.
|
static String |
FieldDescriptorForPrimitive
A regex that matches FieldDescriptorForPrimitive strings.
|
static String |
FieldDescriptorWithoutPackage
A regex that matches FieldDescriptorWithoutPackage strings.
|
static String |
FqBinaryName
A regex that matches FqBinaryName strings.
|
static String |
FullyQualifiedName
A regex that matches FullyQualifiedName strings.
|
static String |
Identifier
A regex that matches Identifier strings.
|
static String |
IDENTIFIER_OR_PRIMITIVE_TYPE
An anchored regex that matches Identifier strings.
|
static String |
IdentifierOrPrimitiveType
A regex that matches IdentifierOrPrimitiveType strings.
|
static String |
INTERNAL_FORM
A regex that matches InternalForm strings.
|
static String |
InternalForm
A regex that matches InternalForm strings.
|
static String |
PrimitiveType
A regex that matches PrimitiveType strings.
|
public static final String IDENTIFIER_OR_PRIMITIVE_TYPE
public static final String INTERNAL_FORM
public static final String ArrayWithoutPackage
public static final String BinaryName
public static final String BinaryNameWithoutPackage
public static final String BinaryNameOrPrimitiveType
public static final String ClassGetName
public static final String ClassGetSimpleName
public static final String DotSeparatedIdentifiers
public static final String DotSeparatedIdentifiersOrPrimitiveType
public static final String FieldDescriptor
public static final String FieldDescriptorWithoutPackage
public static final String FieldDescriptorForPrimitive
public static final String FqBinaryName
public static final String FullyQualifiedName
public static final String Identifier
public static final String IdentifierOrPrimitiveType
public static final String InternalForm
public static final String PrimitiveType