org.tritonus.saol.compiler
Class InstrumentEntry

java.lang.Object
  extended by org.tritonus.saol.compiler.InstrumentEntry

public class InstrumentEntry
extends java.lang.Object


Constructor Summary
InstrumentEntry(java.lang.String strInstrumentName, AInstrdeclInstrdecl startNode)
           
 
Method Summary
 java.lang.String getInstrumentName()
           
 VariableTable getLocalVariableTable()
           
 AInstrdeclInstrdecl getStartNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentEntry

public InstrumentEntry(java.lang.String strInstrumentName,
                       AInstrdeclInstrdecl startNode)
Method Detail

getInstrumentName

public java.lang.String getInstrumentName()

getStartNode

public AInstrdeclInstrdecl getStartNode()

getLocalVariableTable

public VariableTable getLocalVariableTable()