public class EqualOp extends RelOp
Constructor and Description |
---|
EqualOp(int offset,
int variableLength) |
Modifier and Type | Method and Description |
---|---|
void |
codegen(ClassFile classfile,
CodeAttribute code,
Expr expr,
boolean not,
java.util.Vector paralist) |
void |
if_codegen(ClassFile classfile,
CodeAttribute code,
java.lang.String type,
boolean not) |
CTripleSet |
TRExp(Binary binary,
CSubstitutionSet sigma,
CTypeAssumptionSet V,
CSupportData supportData)
Implementierung des Algorithmus 5.53 von Martin Pl�micke
Achtung Workaround: Wenn die BaseTypes endlich korrekt implementiert sind, dann sollte der RefType "Boolean" �berall durch den BaseType "BooleanType" ersetzt werden!!! |
getOffset, getVariableLength, makePrimitive, makeWrapper, TRExpPossibility
public void codegen(ClassFile classfile, CodeAttribute code, Expr expr, boolean not, java.util.Vector paralist) throws JVMCodeException
codegen
in class Operator
JVMCodeException
public void if_codegen(ClassFile classfile, CodeAttribute code, java.lang.String type, boolean not) throws JVMCodeException
if_codegen
in class RelOp
JVMCodeException
public CTripleSet TRExp(Binary binary, CSubstitutionSet sigma, CTypeAssumptionSet V, CSupportData supportData)