Package org.glassfish.rmic.tools.asm
Class TryData
- java.lang.Object
-
- org.glassfish.rmic.tools.asm.TryData
-
public final class TryData extends java.lang.Object
WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
-
-
Constructor Summary
Constructors Constructor Description TryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatchData
add(java.lang.Object type)
Add a labelCatchData
getCatch(int n)
Get a labelLabel
getEndLabel()
Get the default label
-