Package jetbrains.mps.errors
Class QuickFix_Runtime
- java.lang.Object
 - 
- jetbrains.mps.errors.QuickFix_Runtime
 
 
- 
public abstract class QuickFix_Runtime extends Object
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedQuickFix_Runtime()protectedQuickFix_Runtime(SNodeReference declarationNodeRef) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute(SNode node)SNodeReferencegetDeclarationNode()StringgetDescription(SNode node)Object[]getField(String key)voidputArgument(String key, Object argument) 
 - 
 
- 
- 
Constructor Detail
- 
QuickFix_Runtime
protected QuickFix_Runtime()
 
- 
QuickFix_Runtime
protected QuickFix_Runtime(@Nullable SNodeReference declarationNodeRef)
 
 - 
 
- 
Method Detail
- 
execute
public abstract void execute(SNode node)
 
- 
getDeclarationNode
@Nullable public SNodeReference getDeclarationNode()
- Returns:
 - pointer to quick fix declaration, if known
 
 
 - 
 
 -