Package jetbrains.mps.generator
Class IGeneratorLogger.ProblemDescription
- java.lang.Object
 - 
- jetbrains.mps.generator.IGeneratorLogger.ProblemDescription
 
 
- 
- Enclosing interface:
 - IGeneratorLogger
 
public static final class IGeneratorLogger.ProblemDescription extends Object
Contains description of the problem. 
- 
- 
Constructor Summary
Constructors Constructor Description ProblemDescription(String message)ProblemDescription(SNodeReference node, String message) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()SNodeReferencegetNode() 
 - 
 
- 
- 
Method Detail
- 
getNode
@Nullable public SNodeReference getNode()
 
 - 
 
 -