Class jas.Label
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.Label

java.lang.Object
   |
   +----jas.Insn
           |
           +----jas.Label

public class Label
extends Insn
implements RuntimeConstants

Constructor Index

 o Label(String)
Create a new Label with this tag.

Method Index

 o toString()

Constructors

 o Label
  public Label(String tag)
Create a new Label with this tag. Any label with this tag will be treated as being identical to this one. You can reuse labels if you like

Methods

 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index