Interface TraceInfoProvider

  • All Known Implementing Classes:
    DefaultTraceInfoProvider

    public interface TraceInfoProvider
    Context-aware access to DebugInfo based on source code locations. TraceInfo is about SNode <-> source code transition, with this class responsible to find out which node corresponds to given source code location (i.e. when we know name of the unit, file name, line number, but no origin node information). XXX Why not we serialize backreferences to nodes with e.g. annotations in Java?
    Since:
    3.4