org.apache.accumulo.examples.wikisearch.parser
Class JexlOperatorConstants

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.parser.JexlOperatorConstants
All Implemented Interfaces:
org.apache.commons.jexl2.parser.ParserTreeConstants

public class JexlOperatorConstants
extends Object
implements org.apache.commons.jexl2.parser.ParserTreeConstants


Field Summary
 
Fields inherited from interface org.apache.commons.jexl2.parser.ParserTreeConstants
JJTADDITIVENODE, JJTADDITIVEOPERATOR, JJTAMBIGUOUS, JJTANDNODE, JJTARRAYACCESS, JJTARRAYLITERAL, JJTASSIGNMENT, JJTBITWISEANDNODE, JJTBITWISECOMPLNODE, JJTBITWISEORNODE, JJTBITWISEXORNODE, JJTBLOCK, JJTCONSTRUCTORNODE, JJTDIVNODE, JJTEMPTYFUNCTION, JJTEQNODE, JJTERNODE, JJTFALSENODE, JJTFLOATLITERAL, JJTFOREACHSTATEMENT, JJTFUNCTIONNODE, JJTGENODE, JJTGTNODE, JJTIDENTIFIER, JJTIFSTATEMENT, JJTINTEGERLITERAL, JJTJEXLSCRIPT, JJTLENODE, JJTLTNODE, JJTMAPENTRY, JJTMAPLITERAL, JJTMETHODNODE, JJTMODNODE, JJTMULNODE, JJTNENODE, jjtNodeName, JJTNOTNODE, JJTNRNODE, JJTNULLLITERAL, JJTORNODE, JJTREFERENCE, JJTSIZEFUNCTION, JJTSIZEMETHOD, JJTSTRINGLITERAL, JJTTERNARYNODE, JJTTRUENODE, JJTUNARYMINUSNODE, JJTVOID, JJTWHILESTATEMENT
 
Constructor Summary
JexlOperatorConstants()
           
 
Method Summary
static Class<? extends org.apache.commons.jexl2.parser.JexlNode> getClass(String operator)
           
static int getJJTNodeType(String operator)
           
static String getOperator(Class<? extends org.apache.commons.jexl2.parser.JexlNode> nodeType)
           
static String getOperator(Integer jjtNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JexlOperatorConstants

public JexlOperatorConstants()
Method Detail

getOperator

public static String getOperator(Class<? extends org.apache.commons.jexl2.parser.JexlNode> nodeType)

getOperator

public static String getOperator(Integer jjtNode)

getClass

public static Class<? extends org.apache.commons.jexl2.parser.JexlNode> getClass(String operator)

getJJTNodeType

public static int getJJTNodeType(String operator)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.