| Package | Description |
|---|---|
| info.bliki.wiki.template.expr |
The parser and scanner implementation for the
{{ #expr: ... |
| info.bliki.wiki.template.expr.util |
Utilities for the
{{ #expr: ... |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Scanner.getNextToken()
Get the next token from the input string
|
protected StringBuffer |
Scanner.getStringBuffer() |
protected void |
Scanner.initialize(String s) |
ASTNode |
Parser.parse(String expression)
Parse the given
expression String into an ASTNode. |
protected void |
Scanner.throwSyntaxError(String error) |
protected void |
Scanner.throwSyntaxError(String error,
int errorLength) |
| Constructor and Description |
|---|
Parser(boolean relaxedSyntax) |
Parser(IParserFactory factory,
boolean relaxedSyntax) |
| Constructor and Description |
|---|
Console() |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.