elan.parser
Class InstructionParser

java.lang.Object
  |
  +--elan.parser.InstructionParser
All Implemented Interfaces:
Parser

public class InstructionParser
extends java.lang.Object
implements Parser

Parses Instructions.


Method Summary
static InstructionParser getInstance()
          Returns initialized object for this class.
 GrammarElement parse(ElanParser ep)
          Parses the instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InstructionParser getInstance()
Returns initialized object for this class.


parse

public GrammarElement parse(ElanParser ep)
Parses the instruction.

Specified by:
parse in interface Parser