public class GreaterOp extends RelOp
Constructor and Description |
---|
GreaterOp(int offset,
int variableLength) |
Modifier and Type | Method and Description |
---|---|
void |
codegen(ClassFile classfile,
CodeAttribute code,
Expr expr,
boolean not,
de.dhbwstuttgart.typeinference.Menge paralist) |
void |
if_codegen(ClassFile classfile,
CodeAttribute code,
java.lang.String type,
boolean not) |
getOffset, getVariableLength, makePrimitive, makeWrapper, TRExp, TRExpPossibility
public void codegen(ClassFile classfile, CodeAttribute code, Expr expr, boolean not, de.dhbwstuttgart.typeinference.Menge 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