Class Operator

java.lang.Object
  |
  +--Operator
Direct Known Subclasses:
AddOp, LogOp, MulOp, RelOp

public abstract class Operator
extends java.lang.Object


Constructor Summary
Operator()
           
 
Method Summary
abstract  void codegen(ClassFile classfile, CodeAttribute code, Expr expr, boolean neg_not, de.dhbwstuttgart.typeinference.Menge paralist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operator

public Operator()
Method Detail

codegen

public abstract void codegen(ClassFile classfile,
                             CodeAttribute code,
                             Expr expr,
                             boolean neg_not,
                             de.dhbwstuttgart.typeinference.Menge paralist)
                      throws JVMCodeException
JVMCodeException