forked from JavaTX/JavaCompilerCore
14 lines
140 B
Plaintext
14 lines
140 B
Plaintext
|
class RelOps {
|
||
|
|
||
|
RelOps(){
|
||
|
super(());
|
||
|
}
|
||
|
TPH IPBY m(TPH IPBZ a, TPH IPCA b){
|
||
|
return a op b;
|
||
|
}
|
||
|
|
||
|
RelOps(){
|
||
|
super(());
|
||
|
}
|
||
|
|
||
|
}
|