elan.parser
Class NotParser

java.lang.Object
  |
  +--elan.parser.NotParser
All Implemented Interfaces:
Parser

public class NotParser
extends java.lang.Object
implements Parser


Constructor Summary
NotParser()
           
 
Method Summary
 GrammarElement parse(ElanParser ep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotParser

public NotParser()
Method Detail

parse

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