PageRenderTime 24ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/projects/quilt-0.6-a-5/xdocs/quilt-0.4/apidocs/junit/quilt/cover/state/BasicBlock.html

https://gitlab.com/essere.lab.public/qualitas.class-corpus
HTML | 243 lines | 202 code | 26 blank | 15 comment | 0 complexity | aca2930fd73859d4ae0114bec728e34a MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc on Wed Jul 10 19:31:39 EDT 2002 -->
  6. <TITLE>
  7. junit-quilt 0.4 API: Class BasicBlock
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  10. </HEAD>
  11. <BODY BGCOLOR="white">
  12. <!-- ========== START OF NAVBAR ========== -->
  13. <A NAME="navbar_top"><!-- --></A>
  14. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  15. <TR>
  16. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  17. <A NAME="navbar_top_firstrow"><!-- --></A>
  18. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  19. <TR ALIGN="center" VALIGN="top">
  20. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  21. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  22. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  23. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BasicBlock.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  28. </TR>
  29. </TABLE>
  30. </TD>
  31. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  32. </EM>
  33. </TD>
  34. </TR>
  35. <TR>
  36. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  37. &nbsp;PREV CLASS&nbsp;
  38. &nbsp;<A HREF="../../../../junit/quilt/cover/state/CallVisitVertex.html"><B>NEXT CLASS</B></A></FONT></TD>
  39. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  40. <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
  41. &nbsp;<A HREF="BasicBlock.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
  42. </TR>
  43. <TR>
  44. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  45. SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  46. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  47. DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  48. </TR>
  49. </TABLE>
  50. <!-- =========== END OF NAVBAR =========== -->
  51. <HR>
  52. <!-- ======== START OF CLASS DATA ======== -->
  53. <H2>
  54. <FONT SIZE="-1">
  55. junit.quilt.cover.state</FONT>
  56. <BR>
  57. Class BasicBlock</H2>
  58. <PRE>
  59. java.lang.Object
  60. |
  61. +--<B>junit.quilt.cover.state.BasicBlock</B>
  62. </PRE>
  63. <HR>
  64. <DL>
  65. <DT>public class <B>BasicBlock</B><DT>extends java.lang.Object</DL>
  66. <P>
  67. Just a simple skeleton of what we need from a basicblock for reporting
  68. purposes. BasicBlocks are the nodes in the StateMachine.
  69. <P>
  70. <DL>
  71. <DT><B>Version: </B><DD>@VERSION@</DD>
  72. <DT><B>Author: </B><DD><a href="mailto:markpollack@users.sourceforge.net">Mark Pollack</a></DD>
  73. </DL>
  74. <HR>
  75. <P>
  76. <!-- ======== INNER CLASS SUMMARY ======== -->
  77. <!-- =========== FIELD SUMMARY =========== -->
  78. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  79. <A NAME="constructor_summary"><!-- --></A>
  80. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  81. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  82. <TD COLSPAN=2><FONT SIZE="+2">
  83. <B>Constructor Summary</B></FONT></TD>
  84. </TR>
  85. <TR BGCOLOR="white" CLASS="TableRowColor">
  86. <TD><CODE><B><A HREF="../../../../junit/quilt/cover/state/BasicBlock.html#BasicBlock(int, int)">BasicBlock</A></B>(int&nbsp;startLine,
  87. int&nbsp;endLine)</CODE>
  88. <BR>
  89. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new <code>BasicBlock</code> instance.</TD>
  90. </TR>
  91. </TABLE>
  92. &nbsp;
  93. <!-- ========== METHOD SUMMARY =========== -->
  94. <A NAME="method_summary"><!-- --></A>
  95. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  96. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  97. <TD COLSPAN=2><FONT SIZE="+2">
  98. <B>Method Summary</B></FONT></TD>
  99. </TR>
  100. <TR BGCOLOR="white" CLASS="TableRowColor">
  101. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  102. <CODE>&nbsp;int</CODE></FONT></TD>
  103. <TD><CODE><B><A HREF="../../../../junit/quilt/cover/state/BasicBlock.html#getEndLine()">getEndLine</A></B>()</CODE>
  104. <BR>
  105. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of fEndLine.</TD>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  109. <CODE>&nbsp;int</CODE></FONT></TD>
  110. <TD><CODE><B><A HREF="../../../../junit/quilt/cover/state/BasicBlock.html#getStartLine()">getStartLine</A></B>()</CODE>
  111. <BR>
  112. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of fStartLine.</TD>
  113. </TR>
  114. </TABLE>
  115. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  116. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  117. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  118. <TD><B>Methods inherited from class java.lang.Object</B></TD>
  119. </TR>
  120. <TR BGCOLOR="white" CLASS="TableRowColor">
  121. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  122. </TR>
  123. </TABLE>
  124. &nbsp;
  125. <P>
  126. <!-- ============ FIELD DETAIL =========== -->
  127. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  128. <A NAME="constructor_detail"><!-- --></A>
  129. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  130. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  131. <TD COLSPAN=1><FONT SIZE="+2">
  132. <B>Constructor Detail</B></FONT></TD>
  133. </TR>
  134. </TABLE>
  135. <A NAME="BasicBlock(int, int)"><!-- --></A><H3>
  136. BasicBlock</H3>
  137. <PRE>
  138. public <B>BasicBlock</B>(int&nbsp;startLine,
  139. int&nbsp;endLine)</PRE>
  140. <DL>
  141. <DD>Creates a new <code>BasicBlock</code> instance.<DD><DL>
  142. <DT><B>Parameters:</B><DD><CODE>starteLine</CODE> - The source code line number where the basic block
  143. starts.<DD><CODE>endLine</CODE> - The source code line number where the basic block ends</DL>
  144. </DD>
  145. </DL>
  146. <!-- ============ METHOD DETAIL ========== -->
  147. <A NAME="method_detail"><!-- --></A>
  148. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  149. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  150. <TD COLSPAN=1><FONT SIZE="+2">
  151. <B>Method Detail</B></FONT></TD>
  152. </TR>
  153. </TABLE>
  154. <A NAME="getStartLine()"><!-- --></A><H3>
  155. getStartLine</H3>
  156. <PRE>
  157. public int <B>getStartLine</B>()</PRE>
  158. <DL>
  159. <DD>Get the value of fStartLine.<DD><DL>
  160. <DT><B>Returns:</B><DD>value of fStartLine.</DL>
  161. </DD>
  162. </DL>
  163. <HR>
  164. <A NAME="getEndLine()"><!-- --></A><H3>
  165. getEndLine</H3>
  166. <PRE>
  167. public int <B>getEndLine</B>()</PRE>
  168. <DL>
  169. <DD>Get the value of fEndLine.<DD><DL>
  170. <DT><B>Returns:</B><DD>value of fEndLine.</DL>
  171. </DD>
  172. </DL>
  173. <!-- ========= END OF CLASS DATA ========= -->
  174. <HR>
  175. <!-- ========== START OF NAVBAR ========== -->
  176. <A NAME="navbar_bottom"><!-- --></A>
  177. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  178. <TR>
  179. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  180. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  181. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  182. <TR ALIGN="center" VALIGN="top">
  183. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  184. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  185. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  186. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BasicBlock.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  187. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  188. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  189. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  190. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  191. </TR>
  192. </TABLE>
  193. </TD>
  194. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  195. </EM>
  196. </TD>
  197. </TR>
  198. <TR>
  199. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  200. &nbsp;PREV CLASS&nbsp;
  201. &nbsp;<A HREF="../../../../junit/quilt/cover/state/CallVisitVertex.html"><B>NEXT CLASS</B></A></FONT></TD>
  202. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  203. <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
  204. &nbsp;<A HREF="BasicBlock.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
  205. </TR>
  206. <TR>
  207. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  208. SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  209. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  210. DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  211. </TR>
  212. </TABLE>
  213. <!-- =========== END OF NAVBAR =========== -->
  214. <HR>
  215. Copyright &copy; 2001-2002 David Dixon-Peugh. All Rights Reserved.
  216. </BODY>
  217. </HTML>