📄 irtype.java
字号:
// $Id: IRType.java,v 1.4 1999/09/27 20:01:28 deberg Exp $package java6035.tools.IR;/** * IRType is the abstract class to represent types. Students should * replace this class with one of their own. */public abstract class IRType extends IRObject{}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -