Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IArrayType
Packages that use IArrayType
Package
Description
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).-
Uses of IArrayType in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IArrayTypeModifier and TypeMethodDescriptionITypeManager.createArray
(INativeType baseType, int arraySize) Create a new array type.ITypeManager.createArray
(INativeType baseType, int arraySize, boolean metadata) Create a new array type.ITypeManager.createArray
(String baseTypeName, int arraySize)