You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index-4.html 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.4.2_02) on Wed Aug 04 12:42:26 BST 2004 -->
  6. <TITLE>
  7. H-Index
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
  10. <SCRIPT type="text/javascript">
  11. function windowTitle()
  12. {
  13. parent.document.title="H-Index";
  14. }
  15. </SCRIPT>
  16. </HEAD>
  17. <BODY BGCOLOR="white" onload="windowTitle();">
  18. <!-- ========= START OF TOP NAVBAR ======= -->
  19. <A NAME="navbar_top"><!-- --></A>
  20. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  21. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  22. <TR>
  23. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  24. <A NAME="navbar_top_firstrow"><!-- --></A>
  25. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  26. <TR ALIGN="center" VALIGN="top">
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  32. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  33. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  35. </TR>
  36. </TABLE>
  37. </TD>
  38. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  39. </EM>
  40. </TD>
  41. </TR>
  42. <TR>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. &nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
  45. &nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
  46. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  47. <A HREF="../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  48. &nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  49. &nbsp;<SCRIPT type="text/javascript">
  50. <!--
  51. if(window==top) {
  52. document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  53. }
  54. //-->
  55. </SCRIPT>
  56. <NOSCRIPT>
  57. <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
  58. </NOSCRIPT>
  59. </FONT></TD>
  60. </TR>
  61. </TABLE>
  62. <A NAME="skip-navbar_top"></A>
  63. <!-- ========= END OF TOP NAVBAR ========= -->
  64. <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">H</A> <A HREF="index-5.html">L</A> <A HREF="index-6.html">O</A> <A HREF="index-7.html">R</A> <A HREF="index-8.html">S</A> <A HREF="index-9.html">T</A> <A HREF="index-10.html">X</A> <HR>
  65. <A NAME="_H_"><!-- --></A><H2>
  66. <B>H</B></H2>
  67. <DL>
  68. <DT><A HREF="../org/aspectj/tools/ajc/CompilationResult.html#hasErrorMessages()"><B>hasErrorMessages()</B></A> -
  69. Method in class org.aspectj.tools.ajc.<A HREF="../org/aspectj/tools/ajc/CompilationResult.html" title="class in org.aspectj.tools.ajc">CompilationResult</A>
  70. <DD>True if the compiler issued one or more error messages.
  71. <DT><A HREF="../org/aspectj/tools/ajc/CompilationResult.html#hasFailMessages()"><B>hasFailMessages()</B></A> -
  72. Method in class org.aspectj.tools.ajc.<A HREF="../org/aspectj/tools/ajc/CompilationResult.html" title="class in org.aspectj.tools.ajc">CompilationResult</A>
  73. <DD>True if the compiler issued one or more fail or abort messages.
  74. <DT><A HREF="../org/aspectj/tools/ajc/CompilationResult.html#hasInfoMessages()"><B>hasInfoMessages()</B></A> -
  75. Method in class org.aspectj.tools.ajc.<A HREF="../org/aspectj/tools/ajc/CompilationResult.html" title="class in org.aspectj.tools.ajc">CompilationResult</A>
  76. <DD>True if the compiler issued one or more informational messages.
  77. <DT><A HREF="../org/aspectj/tools/ajc/CompilationResult.html#hasMessages()"><B>hasMessages()</B></A> -
  78. Method in class org.aspectj.tools.ajc.<A HREF="../org/aspectj/tools/ajc/CompilationResult.html" title="class in org.aspectj.tools.ajc">CompilationResult</A>
  79. <DD>True if the compiler issued any messages of any kind.
  80. <DT><A HREF="../org/aspectj/tools/ajc/CompilationResult.html#hasWarningMessages()"><B>hasWarningMessages()</B></A> -
  81. Method in class org.aspectj.tools.ajc.<A HREF="../org/aspectj/tools/ajc/CompilationResult.html" title="class in org.aspectj.tools.ajc">CompilationResult</A>
  82. <DD>True if the compiler issued one or more warning messages.
  83. </DL>
  84. <HR>
  85. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  86. <A NAME="navbar_bottom"><!-- --></A>
  87. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  88. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  89. <TR>
  90. <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  91. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  92. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  93. <TR ALIGN="center" VALIGN="top">
  94. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  95. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  96. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  97. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  98. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  99. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  100. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  101. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  102. </TR>
  103. </TABLE>
  104. </TD>
  105. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  106. </EM>
  107. </TD>
  108. </TR>
  109. <TR>
  110. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  111. &nbsp;<A HREF="index-3.html"><B>PREV LETTER</B></A>&nbsp;
  112. &nbsp;<A HREF="index-5.html"><B>NEXT LETTER</B></A></FONT></TD>
  113. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  114. <A HREF="../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
  115. &nbsp;<A HREF="index-4.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  116. &nbsp;<SCRIPT type="text/javascript">
  117. <!--
  118. if(window==top) {
  119. document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  120. }
  121. //-->
  122. </SCRIPT>
  123. <NOSCRIPT>
  124. <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
  125. </NOSCRIPT>
  126. </FONT></TD>
  127. </TR>
  128. </TABLE>
  129. <A NAME="skip-navbar_bottom"></A>
  130. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  131. <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">H</A> <A HREF="index-5.html">L</A> <A HREF="index-6.html">O</A> <A HREF="index-7.html">R</A> <A HREF="index-8.html">S</A> <A HREF="index-9.html">T</A> <A HREF="index-10.html">X</A> <HR>
  132. </BODY>
  133. </HTML>