public final class

Label

extends Instruction
java.lang.Object
   ↳ sun.tools.asm.Instruction
     ↳ sun.tools.asm.Label

Class Overview

A label instruction. This is a 0 size instruction. It is the only valid target of a branch instruction. 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

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From class sun.tools.asm.Instruction
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Constructors
Label()
Constructor
Public Methods
String toString()
toString
[Expand]
Inherited Methods
From class sun.tools.asm.Instruction
From class java.lang.Object

Public Constructors

public Label ()

Constructor

Public Methods

public String toString ()

toString

Returns
  • a string representation of the object.