bcg
Class Compiler.Boolean

java.lang.Object
  extended by bcg.Compiler.Condition
      extended by bcg.Compiler.Boolean
Direct Known Subclasses:
Compiler.ArrayEqual, Compiler.BooleanField, Compiler.FunctionCondition
Enclosing class:
Compiler

protected class Compiler.Boolean
extends Compiler.Condition

Conditional for a boolean value


Method Summary
 java.lang.Object ifFalse(org.objectweb.asm.Label l)
           
 java.lang.Object ifTrue(org.objectweb.asm.Label l)
           
 java.lang.Object value()
           
 
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)

value

public java.lang.Object value()


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