slogo.parser
Class StrictInstructionListParser

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

public class StrictInstructionListParser
extends java.lang.Object
implements Parser


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

Field Detail

ourInstance

public static StrictInstructionListParser ourInstance
Constructor Detail

StrictInstructionListParser

private StrictInstructionListParser()
Method Detail

getInstance

public static StrictInstructionListParser getInstance()

parse

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