slogo.parser
Class LessParser

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

public class LessParser
extends java.lang.Object
implements Parser


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

LessParser

public LessParser()
Method Detail

parse

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