public class

JavaReconAnon

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.java.JavaReconAnon

Class Overview

An object holding reconstructed information for an anonymous class.

Summary

Public Constructors
JavaReconAnon(List<Integer> superInitIndices, Map<Integer, IJavaInstanceField> constParamIndexToField)
Public Methods
List<Integer> getArgumentIndicesUsedBySuper()
IJavaInstanceField getCaptureSite(int index)
boolean isCapturedToSyntheticField(int index)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JavaReconAnon (List<Integer> superInitIndices, Map<Integer, IJavaInstanceField> constParamIndexToField)

Public Methods

public List<Integer> getArgumentIndicesUsedBySuper ()

public IJavaInstanceField getCaptureSite (int index)

public boolean isCapturedToSyntheticField (int index)

Parameters
index argument index (0 mapping to `this$0`, and should normally be skipped)