| Package | Description |
|---|---|
| org.antlr.works.visualization.graphics.graph | |
| org.antlr.works.visualization.graphics.path |
| Modifier and Type | Method and Description |
|---|---|
void |
GGraphGroup.addNextElementInOtherRule(List<GPathElement> elements,
GNode node,
GNode externalNode,
GNode nextNode,
org.antlr.analysis.NFAState nextState) |
void |
GGraphGroup.addNextElementInSameRule(List<GPathElement> elements,
GNode node,
GNode nextNode) |
| Modifier and Type | Field and Description |
|---|---|
protected List<GPathElement> |
GPath.elements
List of all elements composing the path
|
| Modifier and Type | Method and Description |
|---|---|
static GPathElement |
GPathElement.createElement(GObject object) |
static GPathElement |
GPathElement.createLink(GNode node,
GNode nextNode) |
| Constructor and Description |
|---|
GPath(List<GPathElement> elements,
boolean disabled) |
Copyright © 2013. All rights reserved.