JavaPatternMatching/resources/syntaxtreegenerator/Inf.ast

28 lines
320 B
Plaintext

class Inf {
Inf(){
super(());
}
TPH KYAM m(TPH KYAN x, TPH KYAO y, TPH KYAP a){
TPH KYAQ z;
TPH KYAR v;
TPH KYAS w;
TPH KYAT b;
y = x;
z = x;
v = y;
w = y;
y = a;
b = a;
TPH KYAU c;
TPH KYAV d;
c = v;
d = v;
return;
}
Inf(){
super(());
}
}