slogo.jelan.parser
Class StrictInstructionListParser

java.lang.Object
  extended by slogo.jelan.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(ElanInterpreter 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(ElanInterpreter ep)
Specified by:
parse in interface Parser