mycompiler.myoperator
Class LessOp

java.lang.Object
  extended by mycompiler.myoperator.Operator
      extended by mycompiler.myoperator.RelOp
          extended by mycompiler.myoperator.LessOp

public class LessOp
extends RelOp


Constructor Summary
LessOp()
           
 
Method Summary
 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)
           
 
Methods inherited from class mycompiler.myoperator.RelOp
TRExp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessOp

public LessOp()
Method Detail

codegen

public void codegen(ClassFile classfile,
                    CodeAttribute code,
                    Expr expr,
                    boolean not,
                    de.dhbwstuttgart.typeinference.Menge paralist)
             throws JVMCodeException
Specified by:
codegen in class Operator
Throws:
JVMCodeException

if_codegen

public void if_codegen(ClassFile classfile,
                       CodeAttribute code,
                       java.lang.String type,
                       boolean not)
                throws JVMCodeException
Specified by:
if_codegen in class RelOp
Throws:
JVMCodeException