public class Family
extends java.lang.Object
This has no public use, but it's shared between two classes so it can't be private to either of them.
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ParserAttribute> |
getLeftAttributes() |
ForestNode |
getLeftNode() |
int |
getPriority() |
java.util.List<ParserAttribute> |
getRightAttributes() |
Symbol[] |
getRightHandSide() |
ForestNode |
getRightNode() |
Symbol |
getSymbol() |
int |
hashCode() |
java.lang.String |
toString() |
public Symbol getSymbol()
public Symbol[] getRightHandSide()
public java.util.List<ParserAttribute> getLeftAttributes()
public java.util.List<ParserAttribute> getRightAttributes()
public ForestNode getLeftNode()
public ForestNode getRightNode()
public int getPriority()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object