| Modifier and Type | Field and Description |
|---|---|
Token |
definition |
long |
location |
Source |
source |
| Constructor and Description |
|---|
ParseReference(long location,
Source source,
Token definition) |
| Modifier and Type | Method and Description |
|---|---|
ParseGraph |
asGraph() |
ParseReference |
asReference() |
ParseValue |
asValue() |
Token |
getDefinition() |
boolean |
isGraph() |
boolean |
isReference() |
boolean |
isValue() |
ParseItem |
resolve(ParseGraph root) |
String |
toString() |
public final long location
public final Source source
public final Token definition
public ParseItem resolve(ParseGraph root)
public boolean isReference()
isReference in interface ParseItempublic ParseValue asValue()
public ParseGraph asGraph()
public ParseReference asReference()
asReference in interface ParseItempublic Token getDefinition()
getDefinition in interface ParseItemCopyright © 2017. All rights reserved.