decafexception.java
来自「program assegment for compiler」· Java 代码 · 共 11 行
JAVA
11 行
package edu.berkeley.cs164.interp;
/** <p>
* This is the base type for exceptions thrown by the interpreter when a
* program encounters an error.
* </p><p>
* You do not need to modify this file.
* </p>
*/
public class DecafException extends RuntimeException {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?