⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 实验软装置(基于表达式的计算器ExprEval) 很不错的 有帮助于学习提高
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!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.4.2_12) on Wed Mar 05 16:24:30 CST 2008 -->
<TITLE>
Index
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="Index";
}
</SCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">

<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 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="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</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;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.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>
</TABLE>
<A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="gui/MainWindow.html#calButton"><B>calButton</B></A> - 
Variable in class gui.<A HREF="gui/MainWindow.html" title="class in gui">MainWindow</A>
<DD>The "Calculate" Button.
<DT><A HREF="gui/MainWindow.html#currentFrame"><B>currentFrame</B></A> - 
Variable in class gui.<A HREF="gui/MainWindow.html" title="class in gui">MainWindow</A>
<DD>Parent frame of the help dialog window.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="exceptions/DividedByZeroException.html" title="class in exceptions"><B>DividedByZeroException</B></A> - exception exceptions.<A HREF="exceptions/DividedByZeroException.html" title="class in exceptions">DividedByZeroException</A>.<DD>Divided by zero.<DT><A HREF="exceptions/DividedByZeroException.html#DividedByZeroException()"><B>DividedByZeroException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/DividedByZeroException.html" title="class in exceptions">DividedByZeroException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/DividedByZeroException.html#DividedByZeroException(java.lang.String)"><B>DividedByZeroException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/DividedByZeroException.html" title="class in exceptions">DividedByZeroException</A>
<DD>&nbsp;
<DT><A HREF="test/TestCase.html#description"><B>description</B></A> - 
Variable in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>
<DD>Description of the test case.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="exceptions/EmptyExpressionException.html" title="class in exceptions"><B>EmptyExpressionException</B></A> - exception exceptions.<A HREF="exceptions/EmptyExpressionException.html" title="class in exceptions">EmptyExpressionException</A>.<DD>Empty expression is not permitted in ExprEval.<DT><A HREF="exceptions/EmptyExpressionException.html#EmptyExpressionException()"><B>EmptyExpressionException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/EmptyExpressionException.html" title="class in exceptions">EmptyExpressionException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/EmptyExpressionException.html#EmptyExpressionException(java.lang.String)"><B>EmptyExpressionException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/EmptyExpressionException.html" title="class in exceptions">EmptyExpressionException</A>
<DD>&nbsp;
<DT><A HREF="ExprEval.html" title="class in "><B>ExprEval</B></A> - class <A HREF="ExprEval.html" title="class in ">ExprEval</A>.<DD>Main program of ExprEval, an expression based calculator.<DT><A HREF="ExprEval.html#ExprEval()"><B>ExprEval()</B></A> - 
Constructor for class <A HREF="ExprEval.html" title="class in ">ExprEval</A>
<DD>&nbsp;
<DT><A HREF="test/ExprEvalTest.html" title="class in test"><B>ExprEvalTest</B></A> - class test.<A HREF="test/ExprEvalTest.html" title="class in test">ExprEvalTest</A>.<DD>Testing for ExprEval. <DT><A HREF="test/ExprEvalTest.html#ExprEvalTest()"><B>ExprEvalTest()</B></A> - 
Constructor for class test.<A HREF="test/ExprEvalTest.html" title="class in test">ExprEvalTest</A>
<DD>&nbsp;
<DT><A HREF="exceptions/ExpressionException.html" title="class in exceptions"><B>ExpressionException</B></A> - exception exceptions.<A HREF="exceptions/ExpressionException.html" title="class in exceptions">ExpressionException</A>.<DD>The root of all possible exceptions in ExprEval.<DT><A HREF="exceptions/ExpressionException.html#ExpressionException()"><B>ExpressionException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/ExpressionException.html" title="class in exceptions">ExpressionException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/ExpressionException.html#ExpressionException(java.lang.String)"><B>ExpressionException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/ExpressionException.html" title="class in exceptions">ExpressionException</A>
<DD>&nbsp;
<DT><A HREF="test/ExprEvalTest.html#errors"><B>errors</B></A> - 
Static variable in class test.<A HREF="test/ExprEvalTest.html" title="class in test">ExprEvalTest</A>
<DD>The number of errors on test cases.
<DT><A HREF="exceptions/package-summary.html"><B>exceptions</B></A> - package exceptions<DD>&nbsp;</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="exceptions/FunctionCallException.html" title="class in exceptions"><B>FunctionCallException</B></A> - exception exceptions.<A HREF="exceptions/FunctionCallException.html" title="class in exceptions">FunctionCallException</A>.<DD>Function call syntax error.<DT><A HREF="exceptions/FunctionCallException.html#FunctionCallException()"><B>FunctionCallException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/FunctionCallException.html" title="class in exceptions">FunctionCallException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/FunctionCallException.html#FunctionCallException(java.lang.String)"><B>FunctionCallException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/FunctionCallException.html" title="class in exceptions">FunctionCallException</A>
<DD>&nbsp;
<DT><A HREF="test/ExprEvalTest.html#fileName"><B>fileName</B></A> - 
Static variable in class test.<A HREF="test/ExprEvalTest.html" title="class in test">ExprEvalTest</A>
<DD>The file name of the XML document, which storing all test cases.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="test/TestCase.html#getDescription()"><B>getDescription()</B></A> - 
Method in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>
<DD>Get the description of this test case.
<DT><A HREF="test/ExprEvalTest.html#getDoc()"><B>getDoc()</B></A> - 
Static method in class test.<A HREF="test/ExprEvalTest.html" title="class in test">ExprEvalTest</A>
<DD>Create an instance of Document from the XML document.
<DT><A HREF="gui/MainWindow.html#getHelpMessage()"><B>getHelpMessage()</B></A> - 
Method in class gui.<A HREF="gui/MainWindow.html" title="class in gui">MainWindow</A>
<DD>Return the help message, including copyright and version information.
<DT><A HREF="test/TestCase.html#getId()"><B>getId()</B></A> - 
Method in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>
<DD>Get the ID of this test case.
<DT><A HREF="test/TestCase.html#getInput()"><B>getInput()</B></A> - 
Method in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>
<DD>Get the input of this test case.
<DT><A HREF="test/TestCase.html#getOutput()"><B>getOutput()</B></A> - 
Method in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>
<DD>Get the expected output of this test case.
<DT><A HREF="gui/package-summary.html"><B>gui</B></A> - package gui<DD>&nbsp;</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="gui/MainWindow.html#INPUT_FIELD_LENGTH"><B>INPUT_FIELD_LENGTH</B></A> - 
Variable in class gui.<A HREF="gui/MainWindow.html" title="class in gui">MainWindow</A>
<DD>A constant for the length of the input field.
<DT><A HREF="exceptions/IllegalDecimalException.html" title="class in exceptions"><B>IllegalDecimalException</B></A> - exception exceptions.<A HREF="exceptions/IllegalDecimalException.html" title="class in exceptions">IllegalDecimalException</A>.<DD>Malformed decimal found in lexical analysis.<DT><A HREF="exceptions/IllegalDecimalException.html#IllegalDecimalException()"><B>IllegalDecimalException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalDecimalException.html" title="class in exceptions">IllegalDecimalException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/IllegalDecimalException.html#IllegalDecimalException(java.lang.String)"><B>IllegalDecimalException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalDecimalException.html" title="class in exceptions">IllegalDecimalException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/IllegalIdentifierException.html" title="class in exceptions"><B>IllegalIdentifierException</B></A> - exception exceptions.<A HREF="exceptions/IllegalIdentifierException.html" title="class in exceptions">IllegalIdentifierException</A>.<DD>Malformed identifier found in lexical analysis.<DT><A HREF="exceptions/IllegalIdentifierException.html#IllegalIdentifierException()"><B>IllegalIdentifierException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalIdentifierException.html" title="class in exceptions">IllegalIdentifierException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/IllegalIdentifierException.html#IllegalIdentifierException(java.lang.String)"><B>IllegalIdentifierException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalIdentifierException.html" title="class in exceptions">IllegalIdentifierException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/IllegalSymbolException.html" title="class in exceptions"><B>IllegalSymbolException</B></A> - exception exceptions.<A HREF="exceptions/IllegalSymbolException.html" title="class in exceptions">IllegalSymbolException</A>.<DD>Unknown symbol in lexical analysis.<DT><A HREF="exceptions/IllegalSymbolException.html#IllegalSymbolException()"><B>IllegalSymbolException()</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalSymbolException.html" title="class in exceptions">IllegalSymbolException</A>
<DD>&nbsp;
<DT><A HREF="exceptions/IllegalSymbolException.html#IllegalSymbolException(java.lang.String)"><B>IllegalSymbolException(String)</B></A> - 
Constructor for class exceptions.<A HREF="exceptions/IllegalSymbolException.html" title="class in exceptions">IllegalSymbolException</A>
<DD>&nbsp;
<DT><A HREF="test/TestCase.html#id"><B>id</B></A> - 
Variable in class test.<A HREF="test/TestCase.html" title="class in test">TestCase</A>

⌨️ 快捷键说明

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