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.returnType
JvmGenericsClassSig.superType
JvmGenericsTypeSig.TypeArg.type
Fields in com.pnfsoftware.jeb.core.units.code.android with type parameters of type JvmGenericsTypeSigModifier and TypeFieldDescriptionJvmGenericsClassSig.interfaceTypes
JvmGenericsMethodSig.paramTypes
JvmGenericsMethodSig.thrownTypes
Methods in com.pnfsoftware.jeb.core.units.code.android that return JvmGenericsTypeSigModifier and TypeMethodDescriptionstatic JvmGenericsTypeSig
static JvmGenericsTypeSig
Example: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)