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 TypeInterfaceDescriptioninterface
This 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 TypeInterfaceDescriptioninterface
Alias type representingtypedef
s.interface
The array type.interface
Interface to represent native class types.interface
This type represents native enumerations.interface
Base interface for native types.interface
Definition of native primitive types.interface
A native prototype.interface
The reference type, or pointer type.interface
Type item representing a structure or union (structure wit overlapping fields).