com.claritysys.jvm.builder
Class TryBlock

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

public class TryBlock
extends CodeBlock

A Try block.


Field Summary
 
Fields inherited from class com.claritysys.jvm.builder.CodeBlock
code, codeBuilder, endLabel, endPC, headVar, startPC, surroundingBlock, undeclaredLocals
 
Constructor Summary
TryBlock(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

TryBlock

public TryBlock(CodeBuilder cb)


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