org.eclipse.tptp.platform.llc.core.internal.report
Class LineInfo
java.lang.Object
org.eclipse.tptp.platform.llc.core.internal.report.LineInfo
- All Implemented Interfaces:
- org.eclipse.tptp.platform.llc.core.report.ILineInfo
public class LineInfo
- extends java.lang.Object
- implements org.eclipse.tptp.platform.llc.core.report.ILineInfo
Implementation of ILineInfo
| Fields inherited from interface org.eclipse.tptp.platform.llc.core.report.ILineInfo |
LINE_COV, LINE_PARTCOV, LINE_UNCOV |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LineInfo
public LineInfo(int lineNum,
int originalState)
LineInfo
public LineInfo(LineInfo info)
getState
public int getState()
- Specified by:
getState in interface org.eclipse.tptp.platform.llc.core.report.ILineInfo
- See Also:
org.eclipse.tptp.platform.llc.core.report.impl.ILineInfo#getState()
setState
public void setState(int newState)
getLine
public int getLine()
- Specified by:
getLine in interface org.eclipse.tptp.platform.llc.core.report.ILineInfo
- See Also:
org.eclipse.tptp.platform.llc.core.report.impl.ILineInfo#getLine()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object