at.dms.ksm
Class LabelReference

java.lang.Object
  |
  +--at.dms.classfile.AbstractInstructionAccessor
        |
        +--at.dms.ksm.LabelReference
All Implemented Interfaces:
InstructionAccessor

class LabelReference
extends AbstractInstructionAccessor

Instructions that targets labels.


Constructor Summary
(package private) LabelReference(java.lang.String name)
          Constructs a new label reference.
 
Method Summary
 java.lang.String getName()
          Returns the label name.
 
Methods inherited from class at.dms.classfile.AbstractInstructionAccessor
transform
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelReference

LabelReference(java.lang.String name)
Constructs a new label reference.
Parameters:
name - The label name.
Method Detail

getName

public java.lang.String getName()
Returns the label name.