public interface ParseItem
| Modifier and Type | Method and Description |
|---|---|
ParseGraph |
asGraph() |
ParseReference |
asReference() |
ParseValue |
asValue() |
Token |
getDefinition() |
boolean |
isGraph() |
boolean |
isReference() |
boolean |
isValue() |
boolean isValue()
boolean isGraph()
boolean isReference()
ParseValue asValue()
ParseReference asReference()
ParseGraph asGraph()
Token getDefinition()
Copyright © 2017. All rights reserved.