bcg
Class Compiler.Not

java.lang.Object
  extended by bcg.Compiler.Condition
      extended by bcg.Compiler.Not
Enclosing class:
Compiler

protected class Compiler.Not
extends Compiler.Condition

Simple inverting condition


Method Summary
 java.lang.Object ifFalse(org.objectweb.asm.Label l)
           
 java.lang.Object ifTrue(org.objectweb.asm.Label l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ifTrue

public java.lang.Object ifTrue(org.objectweb.asm.Label l)

ifFalse

public java.lang.Object ifFalse(org.objectweb.asm.Label l)


Written by Brian Gernhardt for Compiler Construction at RIT, Winter 2010