| Package | Description |
|---|---|
| info.bliki.wiki.template.expr |
The parser and scanner implementation for the
{{ #expr: ... |
| 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.
|
| info.bliki.wiki.template.expr.util |
Utilities for the
{{ #expr: ... |
| Modifier and Type | Field and Description |
|---|---|
protected List<Operator> |
Scanner.fOperList
protected List
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Operator> |
Scanner.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
Operator |
IParserFactory.get(String identifier)
Get the operator for a given identifier string like Times, Plus, Sin,...
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Operator> |
IParserFactory.getIdentifier2OperatorMap()
Get the identifier to operator map
|
Map<String,ArrayList<Operator>> |
IParserFactory.getOperator2ListMap()
Get the operator-string to possible operator-list map
|
List<Operator> |
IParserFactory.getOperatorList(String operatorString)
Get the operator-list for a given operator-string
|
| Modifier and Type | Class and Description |
|---|---|
class |
DivideOperator |
class |
InfixOperator |
class |
PostfixOperator |
class |
PrefixOperator |
class |
PreMinusOperator |
class |
PrePlusOperator |
class |
SubtractOperator |
| Modifier and Type | Field and Description |
|---|---|
static Operator[] |
ASTNodeFactory.OPERATORS |
| Modifier and Type | Method and Description |
|---|---|
Operator |
ASTNodeFactory.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Operator> |
ASTNodeFactory.getIdentifier2OperatorMap()
public Map
|
Map<String,ArrayList<Operator>> |
ASTNodeFactory.getOperator2ListMap()
public Map
|
List<Operator> |
ASTNodeFactory.getOperatorList(String key)
public List
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ASTNodeFactory.addOperator(HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet,
String operatorStr,
String headStr,
Operator oper) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ASTNodeFactory.addOperator(HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet,
String operatorStr,
String headStr,
Operator oper) |
static void |
ASTNodeFactory.addOperator(HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet,
String operatorStr,
String headStr,
Operator oper) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GenerateOperatorArrays.generateOperatorTable(InputStream is,
HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet) |
static void |
GenerateOperatorArrays.generateOperatorTable(InputStream is,
HashMap<String,Operator> operatorMap,
HashMap<String,ArrayList<Operator>> operatorTokenStartSet) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.