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

📄 logfile.txt

📁 有java实现的basic语言解释器
💻 TXT
字号:
Class documentation
<---- javadoc command: ---->
c:\j2sdk1.4.2_06\bin\javadoc.exe
-author
-version
-nodeprecated
-package
-source
1.4
-noindex
-notree
-nohelp
-nonavbar
-d
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc
-classpath
D:\BlueJ\lib\junit.jar
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java
<---- end of javadoc command ---->
Loading source file C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java...
Constructing Javadoc information...
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:139: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
      throws InterpreterException {
             ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:158: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
    throws InterpreterException
           ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:183: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  public void run() throws InterpreterException {
                           ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:199: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void sbInterp() throws InterpreterException
                                 ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:243: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void scanLabels() throws InterpreterException
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:279: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void assignment() throws InterpreterException
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:312: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void print() throws InterpreterException
                              ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:365: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void execGoto() throws InterpreterException
                                 ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:381: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void execIf() throws InterpreterException
                               ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:403: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void execFor() throws InterpreterException
                                ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:445: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void next() throws InterpreterException
                             ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:466: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void input() throws InterpreterException
                              ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:504: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void gosub() throws InterpreterException
                              ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:525: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void greturn() throws InterpreterException
                                ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:542: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evaluate() throws InterpreterException
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:559: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp1() throws InterpreterException
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:605: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp2() throws InterpreterException 
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:629: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp3() throws InterpreterException 
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:661: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp4() throws InterpreterException 
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:684: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp5() throws InterpreterException 
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:703: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double evalExp6() throws InterpreterException 
                                   ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:720: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private double atom() throws InterpreterException  
                               ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:746: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
    throws InterpreterException 
           ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:764: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
    throws InterpreterException 
           ^
C:\Documents and Settings\我的家\桌面\zahuo\interpreter\SBasic.java:790: cannot resolve symbol
symbol  : class InterpreterException 
location: class SBasic
  private void getToken() throws InterpreterException
                                 ^
Standard Doclet version 1.4.2_06
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\constant-values.html...
Building tree for all the packages and classes...
Building index for all the packages and classes...
Building index for all classes...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\allclasses-frame.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\allclasses-noframe.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\index.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\packages.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\SBasic.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\SBasic.ForInfo.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\SBasic.Keyword.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\SBasic.Label.html...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\package-list...
Generating C:\Documents and Settings\我的家\桌面\zahuo\interpreter\doc\stylesheet.css...
25 warnings

⌨️ 快捷键说明

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