package testCustomAnalyzer.dataFlow; /*Generated by MPS */ import jetbrains.mps.analyzers.runtime.framework.GeneratedInstruction; public class counterInstructionInstruction extends GeneratedInstruction { private String myPresentation; public counterInstructionInstruction() { StringBuilder sb = new StringBuilder(); sb.append("counterInstruction"); myPresentation = sb.toString(); } @Override public String commandPresentation() { return myPresentation; } }