Uses of Interface
org.ow2.opensuit.cel.impl.tree.impl.ast.AstUnaryOperation.Operator

Packages that use AstUnaryOperation.Operator
org.ow2.opensuit.cel.impl.tree.impl   
org.ow2.opensuit.cel.impl.tree.impl.ast   
 

Uses of AstUnaryOperation.Operator in org.ow2.opensuit.cel.impl.tree.impl
 

Methods in org.ow2.opensuit.cel.impl.tree.impl with parameters of type AstUnaryOperation.Operator
protected  AstUnaryOperation Parser.createAstUnary(AstNode child, AstUnaryOperation.Operator operator)
           
 

Uses of AstUnaryOperation.Operator in org.ow2.opensuit.cel.impl.tree.impl.ast
 

Fields in org.ow2.opensuit.cel.impl.tree.impl.ast declared as AstUnaryOperation.Operator
static AstUnaryOperation.Operator AstUnaryOperation.EMPTY
           
static AstUnaryOperation.Operator AstUnaryOperation.NEG
           
static AstUnaryOperation.Operator AstUnaryOperation.NOT
           
 

Methods in org.ow2.opensuit.cel.impl.tree.impl.ast that return AstUnaryOperation.Operator
 AstUnaryOperation.Operator AstUnaryOperation.getOperator()
           
 

Constructors in org.ow2.opensuit.cel.impl.tree.impl.ast with parameters of type AstUnaryOperation.Operator
AstUnaryOperation(int position, AstNode child, AstUnaryOperation.Operator operator)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.