Package jetbrains.mps.text.impl
Class DebugInfoBuilder
- java.lang.Object
 - 
- jetbrains.mps.text.impl.DebugInfoBuilder
 
 
- 
public class DebugInfoBuilder extends Object
Much likeBLDependenciesBuilder, produce auxiliary artifacts along with text generation process. SeeCompatibilityTextUnitfor ideas how to get rid of [textgen] dependency to [debuginfo-api] 
- 
- 
Constructor Summary
Constructors Constructor Description DebugInfoBuilder(SRepository repository) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugInfobuild(TextGenResult textResult)protected SNodegetOriginalInputNode(SNode output) 
 - 
 
- 
- 
Constructor Detail
- 
DebugInfoBuilder
public DebugInfoBuilder(@NotNull SRepository repository)
- Parameters:
 repository- where to look for origin of the traced nodes
 
 - 
 
- 
Method Detail
- 
build
public DebugInfo build(TextGenResult textResult)
 
 - 
 
 -