Uses of Class
io.github.classgraph.TypeSignature
-
Packages that use TypeSignature Package Description io.github.classgraph -
-
Uses of TypeSignature in io.github.classgraph
Subclasses of TypeSignature in io.github.classgraph Modifier and Type Class Description classArrayTypeSignatureAn array type signature.classBaseTypeSignatureA type signature for a base type.classClassRefOrTypeVariableSignatureA class type or type variable.classClassRefTypeSignatureA class reference type signature (called "ClassTypeSignature" in the classfile documentation).classReferenceTypeSignatureA type signature for a reference type.classTypeVariableSignatureA type variable signature.Methods in io.github.classgraph that return TypeSignature Modifier and Type Method Description TypeSignatureArrayTypeSignature. getElementTypeSignature()TypeSignatureMethodTypeSignature. getResultType()Get the result type for the method.TypeSignatureFieldInfo. getTypeDescriptor()Returns the parsed type descriptor for the field, if available.TypeSignatureMethodParameterInfo. getTypeDescriptor()Method parameter type descriptor.TypeSignatureFieldInfo. getTypeSignature()Returns the parsed type signature for the field, if available.TypeSignatureMethodParameterInfo. getTypeSignature()Method parameter type signature, possibly including generic type information (or null if no type signature information available for this parameter).TypeSignatureFieldInfo. getTypeSignatureOrTypeDescriptor()Returns the type signature for the field, possibly including type parameters.TypeSignatureMethodParameterInfo. getTypeSignatureOrTypeDescriptor()Method parameter type signature, or if not available, method type descriptor.Methods in io.github.classgraph with parameters of type TypeSignature Modifier and Type Method Description booleanArrayTypeSignature. equalsIgnoringTypeParams(TypeSignature other)booleanBaseTypeSignature. equalsIgnoringTypeParams(TypeSignature other)booleanClassRefTypeSignature. equalsIgnoringTypeParams(TypeSignature other)abstract booleanTypeSignature. equalsIgnoringTypeParams(TypeSignature other)Compare base types, ignoring generic type parameters.booleanTypeVariableSignature. equalsIgnoringTypeParams(TypeSignature other)
-