JavaTXCompilerInJavaTXNoMaven/resources-back/syntaxtreegenerator/TXGenerics.ast

19 lines
258 B
Plaintext
Raw Normal View History

2024-05-02 21:04:07 +00:00
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(());
}
}