gnu.bytecode
Class IfState

java.lang.Object
  extended by gnu.bytecode.IfState

public class IfState
extends java.lang.Object

The state of a conditional expression or statement.


Constructor Summary
IfState(CodeAttr code)
           
IfState(CodeAttr code, Label endLabel)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfState

public IfState(CodeAttr code)

IfState

public IfState(CodeAttr code,
               Label endLabel)