Interface IDebugInfo

  • All Known Implementing Classes:
    DebugInfo

    public interface IDebugInfo
    • Method Detail

      • getSourceLineMapping

        java.util.Map<java.lang.Integer,​java.lang.Integer> getSourceLineMapping()
        Map instruction offset to source line number
      • getLocalVars

        java.util.List<ILocalVar> getLocalVars()