public final class

TryData

extends Object
java.lang.Object
   ↳ sun.tools.asm.TryData

Class Overview

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.

Summary

Public Constructors
TryData()
Public Methods
CatchData add(Object type)
Add a label
CatchData getCatch(int n)
Get a label
Label getEndLabel()
Get the default label
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TryData ()

Public Methods

public CatchData add (Object type)

Add a label

public CatchData getCatch (int n)

Get a label

public Label getEndLabel ()

Get the default label