支持函数表达式和change表达式

This commit is contained in:
billkiller
2019-07-27 22:37:52 +08:00
parent 7b5e56d6f7
commit bc421b87b9
50 changed files with 1434 additions and 1320 deletions

View File

@@ -0,0 +1,12 @@
package cn.edu.scau.biubiusuisui.exception;
/**
* @Author jack
* @Date:2019/7/27 3:00
*/
public class NoSuchChangeMethod extends Exception {
public NoSuchChangeMethod() {
super("No such change method");
}
}