Package | Description |
---|---|
org.sidif.parser.jjtree |
Parser as generated from jjtree.
|
org.sidif.parser.node |
Abstract Syntax Tree nodes.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
SiDIF.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
Link |
SiDIF.Link()
a single link assignment
|
Links |
SiDIF.Links()
THE SiDIF LANGUAGE GRAMMAR STARTS HERE *
|
Literal |
SiDIF.Literal()
Handle Literal values
|
Value |
SiDIF.Value()
Literal Value assignment
|
<T> T |
SiDIF.visit(SiDIFVisitor visitor,
T startValue)
get a visitor result for the given visitor and startValue
|
Modifier and Type | Method and Description |
---|---|
void |
Literal.init(String type,
Token token)
initialize me from the given type and Token
|
Value<?> |
Literal.toDate(Token token) |
Copyright © 2017. All Rights Reserved.