Package org.plumelib.reflection
Class SignatureRegexes
java.lang.Object
org.plumelib.reflection.SignatureRegexes
This class defines regular expressions for types supported by the Signature String Checker.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Pattern
An anchored pattern that matches ArrayWithoutPackage strings.static final @Regex String
An anchored regex that matches ArrayWithoutPackage strings.static final Pattern
An anchored pattern that matches BinaryNameOrPrimitiveType strings.static final @Regex String
An anchored regex that matches BinaryNameOrPrimitiveType strings.static final Pattern
An anchored pattern that matches BinaryName strings.static final @Regex String
An anchored regex that matches BinaryName strings.static final Pattern
An anchored pattern that matches BinaryNameWithoutPackage strings.static final @Regex String
An anchored regex that matches BinaryNameWithoutPackage strings.static final Pattern
An anchored pattern that matches ClassGetName strings.static final @Regex String
An anchored regex that matches ClassGetName strings.static final Pattern
An anchored pattern that matches ClassGetSimpleName strings.static final @Regex String
An anchored regex that matches ClassGetSimpleName strings.static final Pattern
An anchored pattern that matches DotSeparatedIdentifiersOrPrimitiveType strings.static final @Regex String
An anchored regex that matches DotSeparatedIdentifiersOrPrimitiveType strings.static final Pattern
An anchored pattern that matches DotSeparatedIdentifiers strings.static final @Regex String
An anchored regex that matches DotSeparatedIdentifiers strings.static final Pattern
An anchored pattern that matches FieldDescriptorForPrimitive strings.static final @Regex String
An anchored regex that matches FieldDescriptorForPrimitive strings.static final Pattern
An anchored pattern that matches FieldDescriptor strings.static final @Regex String
An anchored regex that matches FieldDescriptor strings.static final Pattern
An anchored pattern that matches FieldDescriptorWithoutPackage strings.static final @Regex String
An anchored regex that matches FieldDescriptorWithoutPackage strings.static final Pattern
An anchored pattern that matches FqBinaryName strings.static final @Regex String
An anchored regex that matches FqBinaryName strings.static final Pattern
An anchored pattern that matches FullyQualifiedName strings.static final @Regex String
An anchored regex that matches FullyQualifiedName strings.static final @Regex String
An anchored regex that matches Identifier strings.static final Pattern
An anchored pattern that matches IdentifierOrPrimitiveType strings.static final @Regex String
An anchored regex that matches IdentifierOrPrimitiveType strings.static final Pattern
An anchored pattern that matches Identifier strings.static final @Regex String
An anchored regex that matches Identifier strings.static final @Regex String
A regex that matches InternalForm strings.static final Pattern
An anchored pattern that matches InternalForm strings.static final @Regex String
An anchored regex that matches InternalForm strings.static final Pattern
An anchored pattern that matches PrimitiveType strings.static final @Regex String
An anchored regex that matches PrimitiveType strings. -
Method Summary
-
Field Details
-
IDENTIFIER_OR_PRIMITIVE_TYPE
An anchored regex that matches Identifier strings. -
INTERNAL_FORM
A regex that matches InternalForm strings. -
ArrayWithoutPackageRegex
An anchored regex that matches ArrayWithoutPackage strings. -
ArrayWithoutPackagePattern
An anchored pattern that matches ArrayWithoutPackage strings. -
BinaryNameRegex
An anchored regex that matches BinaryName strings. -
BinaryNamePattern
An anchored pattern that matches BinaryName strings. -
BinaryNameWithoutPackageRegex
An anchored regex that matches BinaryNameWithoutPackage strings. -
BinaryNameWithoutPackagePattern
An anchored pattern that matches BinaryNameWithoutPackage strings. -
BinaryNameOrPrimitiveTypeRegex
An anchored regex that matches BinaryNameOrPrimitiveType strings. -
BinaryNameOrPrimitiveTypePattern
An anchored pattern that matches BinaryNameOrPrimitiveType strings. -
ClassGetNameRegex
An anchored regex that matches ClassGetName strings. -
ClassGetNamePattern
An anchored pattern that matches ClassGetName strings. -
ClassGetSimpleNameRegex
An anchored regex that matches ClassGetSimpleName strings. -
ClassGetSimpleNamePattern
An anchored pattern that matches ClassGetSimpleName strings. -
DotSeparatedIdentifiersRegex
An anchored regex that matches DotSeparatedIdentifiers strings. -
DotSeparatedIdentifiersPattern
An anchored pattern that matches DotSeparatedIdentifiers strings. -
DotSeparatedIdentifiersOrPrimitiveTypeRegex
An anchored regex that matches DotSeparatedIdentifiersOrPrimitiveType strings. -
DotSeparatedIdentifiersOrPrimitiveTypePattern
An anchored pattern that matches DotSeparatedIdentifiersOrPrimitiveType strings. -
FieldDescriptorRegex
An anchored regex that matches FieldDescriptor strings. -
FieldDescriptorPattern
An anchored pattern that matches FieldDescriptor strings. -
FieldDescriptorWithoutPackageRegex
An anchored regex that matches FieldDescriptorWithoutPackage strings. -
FieldDescriptorWithoutPackagePattern
An anchored pattern that matches FieldDescriptorWithoutPackage strings. -
FieldDescriptorForPrimitiveRegex
An anchored regex that matches FieldDescriptorForPrimitive strings. -
FieldDescriptorForPrimitivePattern
An anchored pattern that matches FieldDescriptorForPrimitive strings. -
FqBinaryNameRegex
An anchored regex that matches FqBinaryName strings. -
FqBinaryNamePattern
An anchored pattern that matches FqBinaryName strings. -
FullyQualifiedNameRegex
An anchored regex that matches FullyQualifiedName strings. -
FullyQualifiedNamePattern
An anchored pattern that matches FullyQualifiedName strings. -
IdentifierRegex
An anchored regex that matches Identifier strings. -
IdentifierPattern
An anchored pattern that matches Identifier strings. -
IdentifierOrPrimitiveTypeRegex
An anchored regex that matches IdentifierOrPrimitiveType strings. -
IdentifierOrPrimitiveTypePattern
An anchored pattern that matches IdentifierOrPrimitiveType strings. -
InternalFormRegex
An anchored regex that matches InternalForm strings. -
InternalFormPattern
An anchored pattern that matches InternalForm strings. -
PrimitiveTypeRegex
An anchored regex that matches PrimitiveType strings. -
PrimitiveTypePattern
An anchored pattern that matches PrimitiveType strings.
-