Class GreaterEquOp


java.lang.Object

  |

  +--Operator

        |

        +--RelOp

              |

              +--GreaterEquOp


public class GreaterEquOp
extends RelOp


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

Constructor Detail

GreaterEquOp


public GreaterEquOp()
Method Detail

codegen


public void codegen(ClassFile classfile,
                    CodeAttribute code,
                    Expr expr,
                    boolean not,
                    java.util.Vector paralist)
             throws JVMCodeException
Specified by:
codegen in class Operator
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
JVMCodeException