action_production.html

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

HTML
309
字号
<CODE>&nbsp;int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../weka/core/parser/java_cup/action_production.html#getIndexOfIntermediateResult()">getIndexOfIntermediateResult</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_weka.core.parser.java_cup.production"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class weka.core.parser.java_cup.<A HREF="../../../../weka/core/parser/java_cup/production.html" title="class in weka.core.parser.java_cup">production</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../weka/core/parser/java_cup/production.html#action()">action</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#all()">all</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#check_first_set()">check_first_set</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#check_nullable()">check_nullable</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#clear()">clear</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#equals(weka.core.parser.java_cup.production)">equals</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#find(int)">find</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#first_set()">first_set</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#hashCode()">hashCode</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#index()">index</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#lhs()">lhs</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#note_reduction_use()">note_reduction_use</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#nullable_known()">nullable_known</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#nullable()">nullable</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#num_reductions()">num_reductions</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#number()">number</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#precedence_num()">precedence_num</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#precedence_side()">precedence_side</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#rhs_length()">rhs_length</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#rhs(int)">rhs</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#set_precedence_num(int)">set_precedence_num</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#set_precedence_side(int)">set_precedence_side</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#to_simple_string()">to_simple_string</A>, <A HREF="../../../../weka/core/parser/java_cup/production.html#toString()">toString</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="action_production(weka.core.parser.java_cup.production, weka.core.parser.java_cup.non_terminal, weka.core.parser.java_cup.production_part[], int, java.lang.String, int)"><!-- --></A><H3>action_production</H3><PRE>public <B>action_production</B>(<A HREF="../../../../weka/core/parser/java_cup/production.html" title="class in weka.core.parser.java_cup">production</A>&nbsp;base,                         <A HREF="../../../../weka/core/parser/java_cup/non_terminal.html" title="class in weka.core.parser.java_cup">non_terminal</A>&nbsp;lhs_sym,                         <A HREF="../../../../weka/core/parser/java_cup/production_part.html" title="class in weka.core.parser.java_cup">production_part</A>[]&nbsp;rhs_parts,                         int&nbsp;rhs_len,                         java.lang.String&nbsp;action_str,                         int&nbsp;indexOfIntermediateResult)                  throws <A HREF="../../../../weka/core/parser/java_cup/internal_error.html" title="class in weka.core.parser.java_cup">internal_error</A></PRE><DL><DD>Constructor.<P><DL><DT><B>Parameters:</B><DD><CODE>base</CODE> - the production we are being factored out of.<DD><CODE>lhs_sym</CODE> - the LHS symbol for this production.<DD><CODE>rhs_parts</CODE> - array of production parts for the RHS.<DD><CODE>rhs_len</CODE> - how much of the rhs_parts array is valid.<DD><CODE>action_str</CODE> - the trailing reduce action for this production.<DD><CODE>indexOfIntermediateResult</CODE> - the index of the result of the previous intermediate action on the stack relative to top, -1 if no previous action<DT><B>Throws:</B><DD><CODE><A HREF="../../../../weka/core/parser/java_cup/internal_error.html" title="class in weka.core.parser.java_cup">internal_error</A></CODE></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getIndexOfIntermediateResult()"><!-- --></A><H3>getIndexOfIntermediateResult</H3><PRE>public int <B>getIndexOfIntermediateResult</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the index of the result of the previous intermediate action on the stack relative to top, -1 if no previous action</DL></DD></DL><HR><A NAME="base_production()"><!-- --></A><H3>base_production</H3><PRE>public <A HREF="../../../../weka/core/parser/java_cup/production.html" title="class in weka.core.parser.java_cup">production</A> <B>base_production</B>()</PRE><DL><DD>The production we were taken out of.<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/java_cup/action_part.html" title="class in weka.core.parser.java_cup"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../weka/core/parser/java_cup/assoc.html" title="class in weka.core.parser.java_cup"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?weka/core/parser/java_cup/action_production.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="action_production.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;FIELD&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;FIELD&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 + -
显示快捷键?