|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.claritysys.jvm.builder.CodeBlock
com.claritysys.jvm.builder.CatchBlock
public class CatchBlock
A Catch block.
| Field Summary |
|---|
| Fields inherited from class com.claritysys.jvm.builder.CodeBlock |
|---|
code, codeBuilder, endLabel, endPC, headVar, startPC, surroundingBlock, undeclaredLocals |
| Constructor Summary | |
|---|---|
CatchBlock(CodeBuilder cb,
TryBlock tryBlock,
CpClass catchType)
|
|
| Method Summary | |
|---|---|
void |
end()
End the block, noting the endPC and defining any labels specified to be defined at block end. |
TryBlock |
getTryBlock()
|
| Methods inherited from class com.claritysys.jvm.builder.CodeBlock |
|---|
addLocal, clearEndLabel, 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 |
|---|
public CatchBlock(CodeBuilder cb,
TryBlock tryBlock,
CpClass catchType)
| Method Detail |
|---|
public TryBlock getTryBlock()
public void end()
CodeBlock
end in class CodeBlock
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||