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

Packages that use FractionNode
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 FractionNode in info.bliki.wiki.template.expr.ast
 

Methods in info.bliki.wiki.template.expr.ast that return FractionNode
 FractionNode IParserFactory.createFraction(IntegerNode numerator, IntegerNode denominator)
          Create a "fractional" number
 

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

Methods in info.bliki.wiki.template.expr.operator that return FractionNode
 FractionNode ASTNodeFactory.createFraction(IntegerNode numerator, IntegerNode denominator)
           
 



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