| Package | Description |
|---|---|
| info.bliki.wiki.template.expr |
The parser and scanner implementation for the
{{ #expr: ... |
| info.bliki.wiki.template.expr.operator |
The operator classes (i.e.
|
| Modifier and Type | Field and Description |
|---|---|
protected IParserFactory |
Scanner.fFactory |
| Modifier and Type | Method and Description |
|---|---|
IParserFactory |
Parser.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setFactory(IParserFactory factory) |
| Constructor and Description |
|---|
Parser(IParserFactory factory,
boolean relaxedSyntax) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTNodeFactory |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
PrePlusOperator.createFunction(IParserFactory factory,
ASTNode argument) |
ASTNode |
PrefixOperator.createFunction(IParserFactory factory,
ASTNode argument) |
ASTNode |
PostfixOperator.createFunction(IParserFactory factory,
ASTNode argument) |
ASTNode |
PreMinusOperator.createFunction(IParserFactory factory,
ASTNode argument) |
ASTNode |
DivideOperator.createFunction(IParserFactory factory,
ASTNode lhs,
ASTNode rhs) |
ASTNode |
InfixOperator.createFunction(IParserFactory factory,
ASTNode lhs,
ASTNode rhs) |
ASTNode |
SubtractOperator.createFunction(IParserFactory factory,
ASTNode lhs,
ASTNode rhs) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.