jelan.elan.parser
Class StrictInstructionListParser

java.lang.Object
  extended by jelan.elan.parser.StrictInstructionListParser
All Implemented Interfaces:
Parser

public class StrictInstructionListParser
extends java.lang.Object
implements Parser


Field Summary
static StrictInstructionListParser ourInstance
           
 
Method Summary
static StrictInstructionListParser getInstance()
           
 GrammarElement parse(ElanParser ep)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourInstance

public static StrictInstructionListParser ourInstance
Method Detail

getInstance

public static StrictInstructionListParser getInstance()

parse

public GrammarElement parse(ElanParser ep)
Specified by:
parse in interface Parser