net.sourceforge.chaperon.build.conflict
Class Conflict

java.lang.Object
  extended by net.sourceforge.chaperon.build.conflict.Conflict
Direct Known Subclasses:
ReduceReduceConflict, ShiftReduceConflict

public abstract class Conflict
extends java.lang.Object

This class describes a conflict, which the parser automaton builder produce.

Version:
CVS $Id: Conflict.java,v 1.3 2003/12/09 19:55:52 benedikta Exp $
Author:
Stephan Michels

Constructor Summary
Conflict()
           
 
Method Summary
abstract  java.lang.String toString()
          Return a string representation of the conflict.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Conflict

public Conflict()
Method Detail

toString

public abstract java.lang.String toString()
Return a string representation of the conflict.

Overrides:
toString in class java.lang.Object
Returns:
String representation of the conflict.


Copyright ? 2003 Chaperon project. All Rights Reserved.