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

20 lines
240 B
Plaintext

class Tph {
Tph(){
super(());
}
TPH BNOP m(TPH BNOQ a, TPH BNOR b){
TPH BNOS c;
c = this.m2 Signature: [TPH BNOU, TPH BNOV](b);
return a;
}
TPH BNOZ m2(TPH BNPA b){
return b;
}
Tph(){
super(());
}
}