Class JavaReconAnon

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

@Ser(oldId=65700) public class JavaReconAnon extends Object
An object holding reconstructed information for an anonymous class.
  • Constructor Details

  • Method Details

    • getArgumentIndicesUsedBySuper

      public List<Integer> getArgumentIndicesUsedBySuper()
    • isCapturedToSyntheticField

      public boolean isCapturedToSyntheticField(int index)
      Parameters:
      index - argument index (0 mapping to `this$0`, and should normally be skipped)
      Returns:
    • getCaptureSite

      public IJavaInstanceField getCaptureSite(int index)