de.cau.cs.kieler.krep.evalbench.program.kep
Class SCLine

java.lang.Object
  extended by de.cau.cs.kieler.krep.evalbench.program.kep.SCLine

public class SCLine
extends Object

Rating red
Generated:
This code was automatically generated.

Constructor Summary
SCLine(String content, int number)
           
SCLine(String content, int number, int pos)
           
 
Method Summary
 SCLine appendContent(String appendix)
           
 String errorMsg()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCLine

public SCLine(String content,
              int number,
              int pos)

SCLine

public SCLine(String content,
              int number)
Method Detail

appendContent

public SCLine appendContent(String appendix)

toString

public String toString()
Overrides:
toString in class Object

errorMsg

public String errorMsg()