Uses of Class
info.bliki.wiki.template.expr.ast.IntegerNode

Packages that use IntegerNode
info.bliki.wiki.template.expr.ast The abstract syntax tree classes for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions. 
info.bliki.wiki.template.expr.operator The operator classes (i.e. for binary, prefix and postfix Operators) for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions. 
 

Uses of IntegerNode in info.bliki.wiki.template.expr.ast
 

Fields in info.bliki.wiki.template.expr.ast declared as IntegerNode
static IntegerNode IntegerNode.C1
           
protected  IntegerNode FractionNode.fDenominator
           
protected  IntegerNode FractionNode.fNumerator
           
 

Methods in info.bliki.wiki.template.expr.ast that return IntegerNode
 IntegerNode IParserFactory.createInteger(int integerValue)
          Create an integer node from the given value
 IntegerNode IParserFactory.createInteger(java.lang.String integerString, int numberFormat)
          Create an integer node from the given string
 IntegerNode FractionNode.getDenominator()
           
 IntegerNode FractionNode.getNumerator()
           
 

Methods in info.bliki.wiki.template.expr.ast with parameters of type IntegerNode
 FractionNode IParserFactory.createFraction(IntegerNode numerator, IntegerNode denominator)
          Create a "fractional" number
 

Constructors in info.bliki.wiki.template.expr.ast with parameters of type IntegerNode
FractionNode(IntegerNode numerator, IntegerNode denominator)
           
 

Uses of IntegerNode in info.bliki.wiki.template.expr.operator
 

Methods in info.bliki.wiki.template.expr.operator that return IntegerNode
 IntegerNode ASTNodeFactory.createInteger(int intValue)
           
 IntegerNode ASTNodeFactory.createInteger(java.lang.String integerString, int numberFormat)
           
 

Methods in info.bliki.wiki.template.expr.operator with parameters of type IntegerNode
 FractionNode ASTNodeFactory.createFraction(IntegerNode numerator, IntegerNode denominator)
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.