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

14 lines
134 B
Plaintext

class Plus {
Plus(){
super(());
}
TPH ACHZ m(TPH ACIA a, TPH ACIB b){
return a op b;
}
Plus(){
super(());
}
}