Uses of Class
com.lyncode.jtwig.tree.expressions.Operator

Packages that use Operator
com.lyncode.jtwig.tree.expressions   
 

Uses of Operator in com.lyncode.jtwig.tree.expressions
 

Methods in com.lyncode.jtwig.tree.expressions that return Operator
static Operator Operator.fromString(String operatorRepresentation)
           
 Operator OperationUnary.getOperator()
           
static Operator Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.lyncode.jtwig.tree.expressions that return types with arguments of type Operator
 List<Operator> OperationBinary.getOperators()
           
 

Methods in com.lyncode.jtwig.tree.expressions with parameters of type Operator
 boolean OperationBinary.addOperator(Operator operator)
           
 

Constructors in com.lyncode.jtwig.tree.expressions with parameters of type Operator
OperationUnary(Operator operator)
           
 



Copyright © 2014. All Rights Reserved.