JavaCompilerCore/resources/syntaxtreegenerator/TXGenerics.ast

19 lines
258 B
Plaintext

class TXGenerics {
TPH GLEG a;
TPH GLEH b;
TXGenerics(){
super(());
}
TPH GLEI test(){
TPH GLEJ c;
c = new Cycle();
c.m Signature: [TPH GLEN, TPH GLEO, TPH GLEP](this.a, this.b);
return;
}
TXGenerics(){
super(());
}
}