| Package | Description |
|---|---|
| info.bliki.wiki.template.expr.ast |
The abstract syntax tree classes for the
{{ #expr: ... |
| info.bliki.wiki.template.expr.operator |
The operator classes (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
SymbolNode |
IParserFactory.createSymbol(String symbolName)
Create a symbol from the scanned identifier string
|
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
IParserFactory.createFunction(SymbolNode head)
Creates a new function with head
head and 0 arguments. |
FunctionNode |
IParserFactory.createFunction(SymbolNode head,
ASTNode arg0)
Creates a new function with head
head and 1 argument. |
FunctionNode |
IParserFactory.createFunction(SymbolNode head,
ASTNode arg0,
ASTNode arg1)
Creates a new function with head
head and 2 arguments. |
| Constructor and Description |
|---|
FunctionNode(SymbolNode head,
ASTNode arg0) |
FunctionNode(SymbolNode head,
ASTNode arg0,
ASTNode arg1) |
| Modifier and Type | Method and Description |
|---|---|
SymbolNode |
ASTNodeFactory.createSymbol(String symbolName) |
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
ASTNodeFactory.createFunction(SymbolNode head) |
FunctionNode |
ASTNodeFactory.createFunction(SymbolNode head,
ASTNode arg0) |
FunctionNode |
ASTNodeFactory.createFunction(SymbolNode head,
ASTNode arg0,
ASTNode arg1) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.