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 |
---|---|
Literal |
SiDIF.Literal()
Handle Literal values
|
Modifier and Type | Method and Description |
---|---|
Literal |
Value.getLiteral() |
Modifier and Type | Method and Description |
---|---|
void |
Value.setLiteral(Literal literal) |
void |
Value.setValue(Literal literal,
String property,
String concept)
set the Value for this literal
|
Object |
SiDIFVisitor.visit(Literal node,
ObjectHolder data) |
Modifier and Type | Method and Description |
---|---|
Object |
SiDIFTripleStoreVisitor.visit(Literal node,
ObjectHolder data) |
Object |
SiDIFLinkListVisitor.visit(Literal node,
ObjectHolder data) |
Object |
SiDIFDumpVisitor.visit(Literal node,
ObjectHolder data) |
Copyright © 2017. All Rights Reserved.