Uses of Class
info.bliki.wiki.template.expr.operator.PostfixOperator

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

Methods in info.bliki.wiki.template.expr.operator that return PostfixOperator
static PostfixOperator ASTNodeFactory.createPostfixOperator(java.lang.String operatorStr, java.lang.String headStr, int precedence)
           
 



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