uk.co.badgersinfoil.jactionscript
Class GotoLabelAction

java.lang.Object
  |
  +--uk.co.badgersinfoil.jactionscript.Action
        |
        +--uk.co.badgersinfoil.jactionscript.GotoLabelAction

public class GotoLabelAction
extends Action


Constructor Summary
GotoLabelAction(java.lang.String label)
           
 
Method Summary
 void accept(Visitor v)
           
 java.lang.String getLabel()
           
 
Methods inherited from class uk.co.badgersinfoil.jactionscript.Action
getMnemonic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoLabelAction

public GotoLabelAction(java.lang.String label)
Method Detail

getLabel

public java.lang.String getLabel()

accept

public void accept(Visitor v)
            throws JASVisitorException
Specified by:
accept in class Action
JASVisitorException