slogo.parser
Class IfParser

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

public class IfParser
extends java.lang.Object
implements Parser


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

IfParser

public IfParser()
Method Detail

parse

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