Uses of Enum Class
org.apache.hadoop.hbase.security.visibility.expression.Operator
Package
Description
-
Uses of Operator in org.apache.hadoop.hbase.security.visibility
Modifier and TypeMethodDescriptionprivate NonLeafExpressionNode
ExpressionExpander.expandNonLeaf
(NonLeafExpressionNode newNode, Operator outerOp) private NonLeafExpressionNode
ExpressionExpander.mergeChildNodes
(NonLeafExpressionNode newOuterNode, Operator outerOp, ExpressionNode lChild, NonLeafExpressionNode nlChild) private void
ExpressionParser.processANDorOROp
(Operator op, Stack<ExpressionNode> expStack, String expS, int index) -
Uses of Operator in org.apache.hadoop.hbase.security.visibility.expression
Modifier and TypeMethodDescriptionNonLeafExpressionNode.getOperator()
static Operator
Returns the enum constant of this class with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionNonLeafExpressionNode
(Operator op, List<ExpressionNode> exps) NonLeafExpressionNode
(Operator op, ExpressionNode... exps)