- internalFormToBinaryName(String) - Static method in class org.plumelib.reflection.Signatures
-
Given a class name in internal form, return it in as a binary name.
- internalFormToClassGetName(String) - Static method in class org.plumelib.reflection.Signatures
-
Given a class name in internal form, return it in ClassGetName form.
- internalFormToFullyQualified(String) - Static method in class org.plumelib.reflection.Signatures
-
Given a class name in internal form, return it in as a fully-qualified name.
- isBinaryName(String) - Static method in class org.plumelib.reflection.Signatures
-
Returns true if the argument has the format of a BinaryName.
- isClassGetName(String) - Static method in class org.plumelib.reflection.Signatures
-
Returns true if the argument has the format of a ClassGetName.
- isDotSeparatedIdentifiers(String) - Static method in class org.plumelib.reflection.Signatures
-
Returns true if the argument has the format of a DotSeparatedIdentifiers.
- isFqBinaryName(String) - Static method in class org.plumelib.reflection.Signatures
-
Returns true if the argument has the format of a FqBinaryName.
- isSubtype(Class<?>, Class<?>) - Static method in class org.plumelib.reflection.ReflectionPlume
-
Return true iff sub is a subtype of sup.