📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_07) on Wed Apr 22 21:49:22 CST 2009 -->
<TITLE>
索引
</TITLE>
<META NAME="date" CONTENT="2009-04-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="索引";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>框架</B></A>
<A HREF="index-all.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_B_">B</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_T_">T</A> <HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./Parser.html#bracket"><B>bracket</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>(未匹配)左括号个数
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./Parser.html#er"><B>er</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>错误提示缓冲区
<DT><A HREF="./Parser.html#errornum"><B>errornum</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>错误个数
<DT><A HREF="./Parser.html#errorps"><B>errorps</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>错误位置
<DT><A HREF="./Parser.html#expr()"><B>expr()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>对表达式进行操作
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./Parser.html#factor()"><B>factor()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>对数字和括号进行操作
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./Parser.html#lookahead"><B>lookahead</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的静态变量
<DD>下一个字符
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./Postfix.html#main(java.lang.String[])"><B>main(String[])</B></A> -
类 <A HREF="./Postfix.html" title="<Unnamed> 中的类">Postfix</A> 中的静态方法
<DD>主程序入口
<DT><A HREF="./Parser.html#match(int)"><B>match(int)</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>检查是否与t匹配
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./Parser.html#next"><B>next</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>表达式是否结束
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./Parser.html" title="<Unnamed> 中的类"><B>Parser</B></A> - <A HREF="./package-summary.html"><Unnamed></A> 中的 类<DD>语法分析器,将中缀表达式转换为后缀表达式<DT><A HREF="./Parser.html#Parser()"><B>Parser()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 的构造方法
<DD>初始化变量
<DT><A HREF="./Postfix.html" title="<Unnamed> 中的类"><B>Postfix</B></A> - <A HREF="./package-summary.html"><Unnamed></A> 中的 类<DD>将中缀表达式转换为后缀表达式<DT><A HREF="./Postfix.html#Postfix()"><B>Postfix()</B></A> -
类 <A HREF="./Postfix.html" title="<Unnamed> 中的类">Postfix</A> 的构造方法
<DD>
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./Parser.html#readnext()"><B>readnext()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>读取下一个字符
<DT><A HREF="./Parser.html#rest()"><B>rest()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>对加减进行操作
<DT><A HREF="./Parser.html#rs"><B>rs</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的变量
<DD>结果缓冲区
<DT><A HREF="./Parser.html#run()"><B>run()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>将输入的中缀表达式转换成后缀表达式
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./Parser.html#term()"><B>term()</B></A> -
类 <A HREF="./Parser.html" title="<Unnamed> 中的类">Parser</A> 中的方法
<DD>对乘除进行操作
</DL>
<HR>
<A HREF="#_B_">B</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_T_">T</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></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="./package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>框架</B></A>
<A HREF="index-all.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -