|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmycompiler.myoperator.Operator
mycompiler.myoperator.RelOp
mycompiler.myoperator.LessEquOp
public class LessEquOp
| Constructor Summary | |
|---|---|
LessEquOp()
|
|
| 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 |
|---|
public LessEquOp()
| Method Detail |
|---|
public void codegen(ClassFile classfile,
CodeAttribute code,
Expr expr,
boolean not,
de.dhbwstuttgart.typeinference.Menge paralist)
throws JVMCodeException
codegen in class OperatorJVMCodeException
public void if_codegen(ClassFile classfile,
CodeAttribute code,
java.lang.String type,
boolean not)
throws JVMCodeException
if_codegen in class RelOpJVMCodeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||