MissingReference

MissingReference

Represents a reference to a missing Class/Method/Field. When a reference to a type cannot be resolved during tree building, the original reference (Class/Method/Field) is encapsulate into a MissingReference object

Constructor

new MissingReference(type, data, type)

Source:
Parameters:
Name Type Description
type int

The type of reference according to the OPCODE_REFTYPE list

data Object

The data to encapsulate

type Class

The enclosing class if it's a reference to a Method or a Field