Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodeType
Packages that use ICodeType
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types representing an Dex structures and Dalvik code.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).-
Uses of ICodeType in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodeTypeModifier and TypeMethodDescriptionICodeClass.getClassType()Get the optional type implemented by this class item.ICodeField.getClassType()Get the type of the class holding this field.ICodeMethod.getClassType()Get the type of the class holding this method.ICodeField.getFieldType()Get the field's type.ICodeMethod.getReturnType()Get the method's return type.ICodePrototype.getReturnType()Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodeTypeModifier and TypeMethodDescriptionICodeClass.getImplementedInterfaces()Get the list of implemented interface types for this class.ICodeMethod.getParameterTypes()Get the method's parameters list.ICodePrototype.getParameterTypes()ICodeClass.getSupertypes()Get the list of super types for this class.AbstractCodeUnit.getTypes()The skeleton implementation returns an empty list.ICodeUnit.getTypes()Get the list of types. -
Uses of ICodeType in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodeType in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterfaceThis interface represents a reference to a dex type used in the dex. -
Uses of ICodeType in com.pnfsoftware.jeb.core.units.code.asm.type
Subinterfaces of ICodeType in com.pnfsoftware.jeb.core.units.code.asm.typeModifier and TypeInterfaceDescriptioninterfaceAlias type representingtypedefs.interfaceThe array type.interfaceInterface to represent native class types.interfaceThis type represents native enumerations.interfaceBase interface for native types.interfaceDefinition of native primitive types.interfaceA native prototype.interfaceThe reference type, or pointer type.interfaceType item representing a structure or union (structure wit overlapping fields).