Uses of Class
com.pnfsoftware.jeb.core.units.code.android.JvmGenericsTypeSig
Packages that use JvmGenericsTypeSig
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
-
Uses of JvmGenericsTypeSig in com.pnfsoftware.jeb.core.units.code.android
Fields in com.pnfsoftware.jeb.core.units.code.android declared as JvmGenericsTypeSigModifier and TypeFieldDescriptionJvmGenericsMethodSig.returnTypeJvmGenericsClassSig.superTypeJvmGenericsTypeSig.TypeArg.typeFields in com.pnfsoftware.jeb.core.units.code.android with type parameters of type JvmGenericsTypeSigModifier and TypeFieldDescriptionJvmGenericsClassSig.interfaceTypesJvmGenericsMethodSig.paramTypesJvmGenericsMethodSig.thrownTypesMethods in com.pnfsoftware.jeb.core.units.code.android that return JvmGenericsTypeSigModifier and TypeMethodDescriptionstatic JvmGenericsTypeSigstatic JvmGenericsTypeSigExample:Lcom/foo/Bar<...>.Some<...>.Inside<...>;
Without generics:Lcom/foo/Bar$Some$Inside;Constructors in com.pnfsoftware.jeb.core.units.code.android with parameters of type JvmGenericsTypeSigModifierConstructorDescriptionTypeArg(int kind, JvmGenericsTypeSig type) TypeParam(String ident, JvmGenericsTypeSig classBound, List<JvmGenericsTypeSig> interfaceBounds) Constructor parameters in com.pnfsoftware.jeb.core.units.code.android with type arguments of type JvmGenericsTypeSigModifierConstructorDescriptionTypeParam(String ident, JvmGenericsTypeSig classBound, List<JvmGenericsTypeSig> interfaceBounds)