out.html

来自「数据挖掘的最常用工具。由于开源」· HTML 代码 · 共 859 行 · 第 1/3 页

HTML
859
字号
<A NAME="dump(java.lang.String)"><!-- --></A><H3>dump</H3><PRE>public static void <B>dump</B>(java.lang.String&nbsp;message)</PRE><DL><DD>All parts of JFlex, that want to provide dump information should use this method for their output.<P><DD><DL></DL></DD></DL><HR><A NAME="checkErrors()"><!-- --></A><H3>checkErrors</H3><PRE>public static void <B>checkErrors</B>()</PRE><DL><DD>throws a GeneratorException if there are any errors recorded<P><DD><DL></DL></DD></DL><HR><A NAME="statistics()"><!-- --></A><H3>statistics</H3><PRE>public static void <B>statistics</B>()</PRE><DL><DD>print error and warning statistics<P><DD><DL></DL></DD></DL><HR><A NAME="resetCounters()"><!-- --></A><H3>resetCounters</H3><PRE>public static void <B>resetCounters</B>()</PRE><DL><DD>reset error and warning counters<P><DD><DL></DL></DD></DL><HR><A NAME="warning(java.lang.String)"><!-- --></A><H3>warning</H3><PRE>public static void <B>warning</B>(java.lang.String&nbsp;message)</PRE><DL><DD>print a warning without position information<P><DD><DL><DT><B>Parameters:</B><DD><CODE>message</CODE> - the warning message</DL></DD></DL><HR><A NAME="warning(weka.core.parser.JFlex.ErrorMessages, int)"><!-- --></A><H3>warning</H3><PRE>public static void <B>warning</B>(<A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message,                           int&nbsp;line)</PRE><DL><DD>print a warning with line information<P><DD><DL><DT><B>Parameters:</B><DD><CODE>message</CODE> - code of the warning message<DD><CODE>line</CODE> - the line information<DT><B>See Also:</B><DD><A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex"><CODE>ErrorMessages</CODE></A></DL></DD></DL><HR><A NAME="warning(java.io.File, weka.core.parser.JFlex.ErrorMessages, int, int)"><!-- --></A><H3>warning</H3><PRE>public static void <B>warning</B>(java.io.File&nbsp;file,                           <A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message,                           int&nbsp;line,                           int&nbsp;column)</PRE><DL><DD>print warning message with location information<P><DD><DL><DT><B>Parameters:</B><DD><CODE>file</CODE> - the file the warning is issued for<DD><CODE>message</CODE> - the code of the message to print<DD><CODE>line</CODE> - the line number of the position<DD><CODE>column</CODE> - the column of the position</DL></DD></DL><HR><A NAME="error(java.lang.String)"><!-- --></A><H3>error</H3><PRE>public static void <B>error</B>(java.lang.String&nbsp;message)</PRE><DL><DD>print error message (string)<P><DD><DL><DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to print</DL></DD></DL><HR><A NAME="error(weka.core.parser.JFlex.ErrorMessages)"><!-- --></A><H3>error</H3><PRE>public static void <B>error</B>(<A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message)</PRE><DL><DD>print error message (code)<P><DD><DL><DT><B>Parameters:</B><DD><CODE>message</CODE> - the code of the error message<DT><B>See Also:</B><DD><A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex"><CODE>ErrorMessages</CODE></A></DL></DD></DL><HR><A NAME="error(weka.core.parser.JFlex.ErrorMessages, java.lang.String)"><!-- --></A><H3>error</H3><PRE>public static void <B>error</B>(<A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message,                         java.lang.String&nbsp;data)</PRE><DL><DD>print error message with data<P><DD><DL><DT><B>Parameters:</B><DD><CODE>data</CODE> - data to insert into the message<DD><CODE>message</CODE> - the code of the error message<DT><B>See Also:</B><DD><A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex"><CODE>ErrorMessages</CODE></A></DL></DD></DL><HR><A NAME="error(weka.core.parser.JFlex.ErrorMessages, java.io.File)"><!-- --></A><H3>error</H3><PRE>public static void <B>error</B>(<A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message,                         java.io.File&nbsp;file)</PRE><DL><DD>IO error message for a file (displays file  name in parentheses).<P><DD><DL><DT><B>Parameters:</B><DD><CODE>message</CODE> - the code of the error message<DD><CODE>file</CODE> - the file it occurred for</DL></DD></DL><HR><A NAME="error(java.io.File, weka.core.parser.JFlex.ErrorMessages, int, int)"><!-- --></A><H3>error</H3><PRE>public static void <B>error</B>(java.io.File&nbsp;file,                         <A HREF="../../../../weka/core/parser/JFlex/ErrorMessages.html" title="class in weka.core.parser.JFlex">ErrorMessages</A>&nbsp;message,                         int&nbsp;line,                         int&nbsp;column)</PRE><DL><DD>print error message with location information<P><DD><DL><DT><B>Parameters:</B><DD><CODE>file</CODE> - the file the error occurred for<DD><CODE>message</CODE> - the code of the error message to print<DD><CODE>line</CODE> - the line number of error position<DD><CODE>column</CODE> - the column of error position</DL></DD></DL><HR><A NAME="showPosition(java.io.File, int, int)"><!-- --></A><H3>showPosition</H3><PRE>public static void <B>showPosition</B>(java.io.File&nbsp;file,                                int&nbsp;line,                                int&nbsp;column)</PRE><DL><DD>prints a line of a file with marked position.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>file</CODE> - the file of which to show the line<DD><CODE>line</CODE> - the line to show<DD><CODE>column</CODE> - the column in which to show the marker</DL></DD></DL><HR><A NAME="showPosition(java.io.File, int)"><!-- --></A><H3>showPosition</H3><PRE>public static void <B>showPosition</B>(java.io.File&nbsp;file,                                int&nbsp;line)</PRE><DL><DD>print a line of a file<P><DD><DL><DT><B>Parameters:</B><DD><CODE>file</CODE> - the file to show<DD><CODE>line</CODE> - the line number</DL></DD></DL><HR><A NAME="printSystemInfo()"><!-- --></A><H3>printSystemInfo</H3><PRE>public static void <B>printSystemInfo</B>()</PRE><DL><DD>Print system information (e.g. in case of unexpected exceptions)<P><DD><DL></DL></DD></DL><HR><A NAME="requestBugReport(java.lang.Error)"><!-- --></A><H3>requestBugReport</H3><PRE>public static void <B>requestBugReport</B>(java.lang.Error&nbsp;e)</PRE><DL><DD>Request a bug report for an unexpected Exception/Error.<P><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../weka/core/parser/JFlex/Options.html" title="class in weka.core.parser.JFlex"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../weka/core/parser/JFlex/PackEmitter.html" title="class in weka.core.parser.JFlex"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?weka/core/parser/JFlex/Out.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Out.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?