| 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 | Field and Description |
|---|---|
static IntegerNode |
IntegerNode.C1 |
protected IntegerNode |
FractionNode.fDenominator |
protected IntegerNode |
FractionNode.fNumerator |
| Modifier and Type | Method and Description |
|---|---|
IntegerNode |
IParserFactory.createInteger(int integerValue)
Create an integer node from the given value
|
IntegerNode |
IParserFactory.createInteger(String integerString,
int numberFormat)
Create an integer node from the given string
|
IntegerNode |
FractionNode.getDenominator() |
IntegerNode |
FractionNode.getNumerator() |
| Modifier and Type | Method and Description |
|---|---|
FractionNode |
IParserFactory.createFraction(IntegerNode numerator,
IntegerNode denominator)
Create a "fractional" number
|
| Constructor and Description |
|---|
FractionNode(IntegerNode numerator,
IntegerNode denominator) |
| Modifier and Type | Method and Description |
|---|---|
IntegerNode |
ASTNodeFactory.createInteger(int intValue) |
IntegerNode |
ASTNodeFactory.createInteger(String integerString,
int numberFormat) |
| Modifier and Type | Method and Description |
|---|---|
FractionNode |
ASTNodeFactory.createFraction(IntegerNode numerator,
IntegerNode denominator) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.