.gitea
doc
gen
logFiles
resources
AllgemeinTest
bytecode
insertGenerics
packageTest
syntaxtreegenerator
javFiles
BinaryInMeth.ast
Box.ast
ClassGenLam.ast
Cycle.ast
Fac.ast
Faculty.ast
Field.ast
FieldTph2.ast
FieldTphConsMeth.ast
FieldTphMMeth.ast
Gen.ast
Id.ast
Inf.ast
Instanceof.ast
KompTph.ast
Lambda.ast
LambdaCapture.ast
Matrix.ast
MatrixOP.ast
Merge.ast
OL.ast
OLFun.ast
OLFun2.ast
Overloading.ast
Pair.ast
PatternMatching.ast
Plus.ast
Record.ast
RelOps.ast
Scalar.ast
Sealed.ast
SimpleCycle.ast
Sorting.ast
SubMatrix.ast
Switch.ast
TXGenerics.ast
Tph.ast
Tph2.ast
Tph3.ast
Tph4.ast
Tph5.ast
Tph6.ast
Tph7.ast
TypedID.ast
VectorAdd.ast
VectorSuper.ast
Y.ast
applyLambda.ast
mathStruc.ast
mathStrucInteger.ast
src
.gitignore
README_aktuelle_Branches
pom.xml
21 lines
293 B
Plaintext
21 lines
293 B
Plaintext
class Tph6 {
|
|
|
|
Tph6(){
|
|
super(());
|
|
}
|
|
TPH GBSM m(TPH GBSN x, TPH GBSO y){
|
|
TPH GBSP c;
|
|
c = this.m2 Signature: [TPH GBSR, TPH GBSS](y);
|
|
c = this.m2 Signature: [TPH GBSW, TPH GBSX](x);
|
|
return;
|
|
}
|
|
|
|
TPH GBTB m2(TPH GBTC y){
|
|
return y;
|
|
}
|
|
|
|
Tph6(){
|
|
super(());
|
|
}
|
|
|
|
} |