JavaTXCompilerInJavaTXNoMaven/resources/syntaxtreegenerator/ClassGenLam.ast

14 lines
165 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
class ClassGenLam {
TPH HWDB lam;
ClassGenLam(){
super(());
this.lam = (TPH HWDC x) -> {
return x;
};
}
ClassGenLam(){
super(());
}
}