JavaTXCompilerInJavaTXNoMaven/resources/syntaxtreegenerator/TXGenerics.ast
2024-05-02 23:04:07 +02:00

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(());
}
}