elan.parser
Class InstructionNames

java.lang.Object
  |
  +--elan.parser.InstructionNames

public class InstructionNames
extends java.lang.Object

Reads an external properties file to determine all of the available/recognized instructions.


Method Summary
static InstructionNames getInstance()
          Returns the initialized instance of this class.
 java.util.Iterator getNames()
          Returns an Iterator for moving through the list of registered Instructions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InstructionNames getInstance()
Returns the initialized instance of this class.


getNames

public java.util.Iterator getNames()
Returns an Iterator for moving through the list of registered Instructions.