voidvalueexception.java

来自「program assegment for compiler」· Java 代码 · 共 12 行

JAVA
12
字号
package edu.berkeley.cs164.interp;

/** <p>
 * The interpreter throws this exception if the program attempts to
 * use a void value. This happens if it attempts to use the value
 * returned by a print statement.
 * </p><p>
 * You do not need to modify this file.
 * </p>
 */
public class VoidValueException extends DecafException {}

⌨️ 快捷键说明

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