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

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

Methods in info.bliki.wiki.template.expr.ast that return Operator
 Operator IParserFactory.get(java.lang.String identifier)
          Get the operator for a given identifier string like Times, Plus, Sin,...
 

Methods in info.bliki.wiki.template.expr.ast that return types with arguments of type Operator
 java.util.Map<java.lang.String,Operator> IParserFactory.getIdentifier2OperatorMap()
          Get the identifier to operator map
 java.util.Map<java.lang.String,java.util.ArrayList<Operator>> IParserFactory.getOperator2ListMap()
          Get the operator-string to possible operator-list map
 java.util.List<Operator> IParserFactory.getOperatorList(java.lang.String operatorString)
          Get the operator-list for a given operator-string
 

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

Subclasses of Operator in info.bliki.wiki.template.expr.operator
 class DivideOperator
           
 class InfixOperator
           
 class PostfixOperator
           
 class PrefixOperator
           
 class PreMinusOperator
           
 class PrePlusOperator
           
 class SubtractOperator
           
 

Fields in info.bliki.wiki.template.expr.operator declared as Operator
static Operator[] ASTNodeFactory.OPERATORS
           
 

Methods in info.bliki.wiki.template.expr.operator that return Operator
 Operator ASTNodeFactory.get(java.lang.String identifier)
           
 

Methods in info.bliki.wiki.template.expr.operator that return types with arguments of type Operator
 java.util.Map<java.lang.String,Operator> ASTNodeFactory.getIdentifier2OperatorMap()
          public Map getIdentifier2OperatorMap()
 java.util.Map<java.lang.String,java.util.ArrayList<Operator>> ASTNodeFactory.getOperator2ListMap()
          public Map> getOperator2ListMap()
 java.util.List<Operator> ASTNodeFactory.getOperatorList(java.lang.String key)
          public List getOperatorList(final String key)
 

Methods in info.bliki.wiki.template.expr.operator with parameters of type Operator
static void ASTNodeFactory.addOperator(java.util.HashMap<java.lang.String,Operator> operatorMap, java.util.HashMap<java.lang.String,java.util.ArrayList<Operator>> operatorTokenStartSet, java.lang.String operatorStr, java.lang.String headStr, Operator oper)
           
 

Method parameters in info.bliki.wiki.template.expr.operator with type arguments of type Operator
static void ASTNodeFactory.addOperator(java.util.HashMap<java.lang.String,Operator> operatorMap, java.util.HashMap<java.lang.String,java.util.ArrayList<Operator>> operatorTokenStartSet, java.lang.String operatorStr, java.lang.String headStr, Operator oper)
           
static void ASTNodeFactory.addOperator(java.util.HashMap<java.lang.String,Operator> operatorMap, java.util.HashMap<java.lang.String,java.util.ArrayList<Operator>> operatorTokenStartSet, java.lang.String operatorStr, java.lang.String headStr, Operator oper)
           
 



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