slogo.parser
Class SetYParser

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

public class SetYParser
extends java.lang.Object
implements Parser


Constructor Summary
SetYParser()
           
 
Method Summary
 GrammarElement parse(SLogoParser ep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetYParser

public SetYParser()
Method Detail

parse

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