Class JavaReconAnon
java.lang.Object
com.pnfsoftware.jeb.core.units.code.java.JavaReconAnon
An object holding reconstructed information for an anonymous class.
-
Constructor Summary
ConstructorsConstructorDescriptionJavaReconAnon
(List<Integer> superInitIndices, Map<Integer, IJavaInstanceField> constParamIndexToField) -
Method Summary
Modifier and TypeMethodDescriptiongetCaptureSite
(int index) boolean
isCapturedToSyntheticField
(int index)
-
Constructor Details
-
JavaReconAnon
public JavaReconAnon(List<Integer> superInitIndices, Map<Integer, IJavaInstanceField> constParamIndexToField)
-
-
Method Details
-
getArgumentIndicesUsedBySuper
-
isCapturedToSyntheticField
public boolean isCapturedToSyntheticField(int index) - Parameters:
index
- argument index (0 mapping to `this$0`, and should normally be skipped)- Returns:
-
getCaptureSite
-