public class Vertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
isAmbiguous |
ForestNode |
node |
java.util.List<ParserAttribute> |
parserAttributes |
Constructor and Description |
---|
Vertex(ForestNode node,
java.util.List<ParserAttribute> parserAttributes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Family> |
getChoices() |
java.lang.String |
toString() |
public final ForestNode node
public final boolean isAmbiguous
public final java.util.List<ParserAttribute> parserAttributes
public Vertex(ForestNode node, java.util.List<ParserAttribute> parserAttributes)
public java.util.List<Family> getChoices()
public java.lang.String toString()
toString
in class java.lang.Object