slogo.parser
Interface Parser

All Known Implementing Classes:
AssignmentParser, BackParser, CleanParser, ClearScreenParser, DifferenceParser, EqualParser, ForwardParser, GreaterParser, HeadingParser, HideTurtleParser, HomeParser, IdentifierParser, IfParser, InstructionParser, IsPenDownParser, LeftParser, LessParser, MinusParser, NotEqualParser, NumericExpressionParser, PenDownParser, PenUpParser, ProductParser, QuotientParser, RemainderParser, RepeatParser, RightParser, SetPenColorParser, SetXParser, SetXYParser, SetYParser, ShowTurtleParser, StrictInstructionListParser, SumParser, ToParser, TowardsParser, XCorParser, YCorParser

public interface Parser


Method Summary
 GrammarElement parse(SLogoParser ep)
           
 

Method Detail

parse

GrammarElement parse(SLogoParser ep)