public class SignatureRegexes extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | ArrayWithoutPackageA regex that matches ArrayWithoutPackage strings. | 
| static String | BinaryNameA regex that matches BinaryName strings. | 
| static String | BinaryNameOrPrimitiveTypeA regex that matches BinaryNameOrPrimitiveType strings. | 
| static String | BinaryNameWithoutPackageA regex that matches BinaryNameWithoutPackage strings. | 
| static String | ClassGetNameA regex that matches ClassGetName strings. | 
| static String | ClassGetSimpleNameA regex that matches ClassGetSimpleName strings. | 
| static String | DotSeparatedIdentifiersA regex that matches DotSeparatedIdentifiers strings. | 
| static String | DotSeparatedIdentifiersOrPrimitiveTypeA regex that matches DotSeparatedIdentifiersOrPrimitiveType strings. | 
| static String | FieldDescriptorA regex that matches FieldDescriptor strings. | 
| static String | FieldDescriptorForPrimitiveA regex that matches FieldDescriptorForPrimitive strings. | 
| static String | FieldDescriptorWithoutPackageA regex that matches FieldDescriptorWithoutPackage strings. | 
| static String | FqBinaryNameA regex that matches FqBinaryName strings. | 
| static String | FullyQualifiedNameA regex that matches FullyQualifiedName strings. | 
| static String | IdentifierA regex that matches Identifier strings. | 
| static String | IDENTIFIER_OR_PRIMITIVE_TYPEAn anchored regex that matches Identifier strings. | 
| static String | IdentifierOrPrimitiveTypeA regex that matches IdentifierOrPrimitiveType strings. | 
| static String | INTERNAL_FORMA regex that matches InternalForm strings. | 
| static String | InternalFormA regex that matches InternalForm strings. | 
| static String | PrimitiveTypeA 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