Uses of Interface
info.bliki.wiki.template.expr.ast.IParserFactory

Packages that use IParserFactory
info.bliki.wiki.template.expr The parser and scanner implementation 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 IParserFactory in info.bliki.wiki.template.expr
 

Fields in info.bliki.wiki.template.expr declared as IParserFactory
protected  IParserFactory Scanner.fFactory
           
 

Methods in info.bliki.wiki.template.expr that return IParserFactory
 IParserFactory Parser.getFactory()
           
 

Methods in info.bliki.wiki.template.expr with parameters of type IParserFactory
 void Parser.setFactory(IParserFactory factory)
           
 

Constructors in info.bliki.wiki.template.expr with parameters of type IParserFactory
Parser(IParserFactory factory, boolean relaxedSyntax)
           
 

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

Classes in info.bliki.wiki.template.expr.operator that implement IParserFactory
 class ASTNodeFactory
           
 

Methods in info.bliki.wiki.template.expr.operator with parameters of type IParserFactory
 ASTNode PrePlusOperator.createFunction(IParserFactory factory, ASTNode argument)
           
 ASTNode PreMinusOperator.createFunction(IParserFactory factory, ASTNode argument)
           
 ASTNode PrefixOperator.createFunction(IParserFactory factory, ASTNode argument)
           
 ASTNode PostfixOperator.createFunction(IParserFactory factory, ASTNode argument)
           
 ASTNode SubtractOperator.createFunction(IParserFactory factory, ASTNode lhs, ASTNode rhs)
           
 ASTNode InfixOperator.createFunction(IParserFactory factory, ASTNode lhs, ASTNode rhs)
           
 ASTNode DivideOperator.createFunction(IParserFactory factory, ASTNode lhs, ASTNode rhs)
           
 



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