Package | Description |
---|---|
org.sidif.parser.jjtree |
Parser as generated from jjtree.
|
org.sidif.parser.node |
Abstract Syntax Tree nodes.
|
org.sidif.visitor |
parser visitor classes.
|
Modifier and Type | Method and Description |
---|---|
static SiDIF |
SiDIF.fromFile(File sidifFile)
get a SiDIF Parser from the given sidifFile
|
static SiDIF |
SiDIF.fromStream(InputStream in)
get a SiDIF Parser from the given inputstream
|
static SiDIF |
SiDIF.fromText(String sidifText)
get a SiDIF Parser from the given sidifText
|
Modifier and Type | Field and Description |
---|---|
protected SiDIF |
SimpleNode.parser |
Constructor and Description |
---|
Link(SiDIF p,
int id) |
Links(SiDIF p,
int id) |
Literal(SiDIF p,
int id) |
SimpleNode(SiDIF p,
int i) |
Value(SiDIF p,
int id) |
Modifier and Type | Method and Description |
---|---|
static TripleStore |
SiDIFTripleStoreVisitor.fromSiDIF(SiDIF sidif)
create a TripleStore from the given sidif Parser
|
Copyright © 2017. All Rights Reserved.