Package org.glassfish.rmic.tools.asm
Class TryData
- java.lang.Object
-
- org.glassfish.rmic.tools.asm.TryData
-
public final class TryData extends java.lang.ObjectWARNING: 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 CatchDataadd(java.lang.Object type)Add a labelCatchDatagetCatch(int n)Get a labelLabelgetEndLabel()Get the default label
-