slogo.parser
Class YCorParser

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

public class YCorParser
extends java.lang.Object
implements Parser


Constructor Summary
YCorParser()
           
 
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

YCorParser

public YCorParser()
Method Detail

parse

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