JavaTXCompilerInJavaTXNoMaven/resources-back/syntaxtreegenerator/Cycle.ast

16 lines
152 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
class Cycle {
Cycle(){
super(());
}
TPH GGXG m(TPH GGXH x, TPH GGXI y){
y = x;
x = y;
return;
}
Cycle(){
super(());
}
}