|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmycompiler.myoperator.Operator
mycompiler.myoperator.RelOp
public abstract class RelOp
| Constructor Summary | |
|---|---|
RelOp()
|
|
| Method Summary | |
|---|---|
abstract void |
if_codegen(ClassFile classfile,
CodeAttribute code,
java.lang.String type,
boolean not)
|
CTripleSet |
TRExp(Binary binary,
CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
Implementierung der Algorithmen 5.49 bis 5.52 von Martin Pl�micke Achtung Workaround: Wenn die BaseTypes endlich korrekt implementiert sind, dann sollte der RefType "Integer" �berall durch den BaseType "IntegerType" ersetzt werden!!! |
| Methods inherited from class mycompiler.myoperator.Operator |
|---|
codegen |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelOp()
| Method Detail |
|---|
public abstract void if_codegen(ClassFile classfile,
CodeAttribute code,
java.lang.String type,
boolean not)
throws JVMCodeException
JVMCodeException
public CTripleSet TRExp(Binary binary,
CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
TRExp in class Operatorbinary - sigma - V - supportData -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||