Package jetbrains.mps.textgen.trace
Interface TraceInfoProvider
- 
- All Known Implementing Classes:
 DefaultTraceInfoProvider
public interface TraceInfoProviderContext-aware access toDebugInfobased on source code locations. TraceInfo is aboutSNode <-> source codetransition, 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
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stream<DebugInfo>debugInfo(String modelName)default Stream<DebugInfo>debugInfo(String modelName, Predicate<SModel> modelFilter)Stream<DebugInfo>debugInfo(SModelName modelName, Predicate<SModel> modelFilter) 
 -