JavaTXCompilerInJavaTXNoMaven/resources/syntaxtreegenerator/Plus.ast

14 lines
134 B
Plaintext
Raw Permalink Normal View History

2024-05-02 21:04:07 +00:00
class Plus {
Plus(){
super(());
}
TPH ACHZ m(TPH ACIA a, TPH ACIB b){
return a op b;
}
Plus(){
super(());
}
}