Interface ITraceRegionProvider
-
- All Known Implementing Classes:
CharSequenceTraceWrapper.CharSequenceBasedTraceRegionProvider,GeneratorNodeProcessor.Result
public interface ITraceRegionProviderA trace region provider can be used to obtain a newAbstractTraceRegion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractTraceRegiongetTraceRegion()Returns the a trace region.
-
-
-
Method Detail
-
getTraceRegion
AbstractTraceRegion getTraceRegion() throws TraceNotFoundException
Returns the a trace region.- Throws:
TraceNotFoundException- if no trace could be found
-
-