| |
|
| java.lang.Object net.sourceforge.chaperon.model.grammar.Associativity
Associativity | public class Associativity implements Serializable(Code) | | This class represents a associativity for a terminal of production.
author: Stephan Michels version: CVS $Id: Associativity.java,v 1.3 2003/12/09 19:55:52 benedikta Exp $ |
Associativity | public Associativity(String value)(Code) | | Create a new associativity object.
Parameters: value - left | right | nonassoc are allowed |
equals | public boolean equals(Object o)(Code) | | Compare with another object.
Parameters: o - Other object True, if the associative object has the same associativity |
toString | public String toString()(Code) | | Returns the String representation of this associativity
String representation. |
|
|
|