slogo.parser
Class SetPenColorParser

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

public class SetPenColorParser
extends java.lang.Object
implements Parser

Parses the SETPENCOLOR instruction

Author:
Sara Sprenkle

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

SetPenColorParser

public SetPenColorParser()
Method Detail

parse

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