JavaTXCompilerInJavaTXNoMaven/resources/syntaxtreegenerator/Id.ast
2024-05-02 23:04:07 +02:00

18 lines
238 B
Plaintext

class Id<FAU> {
TPH BDGF id2;
Id(){
super(());
this.id2 = (TPH BDGG x) -> {
return x;
};
}
TPH BDGM id3(TPH BDGN x){
return this.id2.apply Signature: [TPH BDGP, TPH BDGQ](x);
}
Id(){
super(());
}
}