com.claritysys.jvm.builder
Class IfBlock

java.lang.Object
  extended by com.claritysys.jvm.builder.CodeBlock
      extended by com.claritysys.jvm.builder.IfBlock

public class IfBlock
extends CodeBlock

An If block.


Field Summary
 
Fields inherited from class com.claritysys.jvm.builder.CodeBlock
code, codeBuilder, endLabel, endPC, headVar, startPC, surroundingBlock, undeclaredLocals
 
Constructor Summary
IfBlock(CodeBuilder cb)
           
 
Method Summary
 
Methods inherited from class com.claritysys.jvm.builder.CodeBlock
addLocal, clearEndLabel, end, getEndLabel, getEndPC, getMethod, getStartPC, getSurroundingBlock, setCodeBuilder, setEndLabel, setSurroundingBlock, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfBlock

public IfBlock(CodeBuilder cb)


Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.