JavaCompilerCore/resources/syntaxtreegenerator/KompTph.ast

26 lines
414 B
Plaintext
Raw Normal View History

class KompTph {
KompTph(){
super(());
}
TPH EOGX m(TPH EOGY a, TPH EOGZ b, TPH EOHA c){
TPH EOHB d;
d = a;
TPH EOHC e;
e = a;
a = b;
c = b;
this.m2 Signature: [TPH EOHE, TPH EOHF, TPH EOHG](a, c);
return;
}
TPH EOHK m2(TPH EOHL a, TPH EOHM b){
this.m Signature: [TPH EOHO, TPH EOHP, TPH EOHQ, TPH EOHR](a, a, b);
return;
}
KompTph(){
super(());
}
}