Package | Description |
---|---|
org.apache.hadoop.hbase.security.visibility | |
org.apache.hadoop.hbase.security.visibility.expression |
Modifier and Type | Method and Description |
---|---|
private static Operator |
ExpressionParser.getOperator(byte op) |
Modifier and Type | Method and Description |
---|---|
private 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) |
Modifier and Type | Field and Description |
---|---|
private Operator |
NonLeafExpressionNode.op |
Modifier and Type | Method and Description |
---|---|
Operator |
NonLeafExpressionNode.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.
|
Constructor and Description |
---|
NonLeafExpressionNode(Operator op) |
NonLeafExpressionNode(Operator op,
ExpressionNode... exps) |
NonLeafExpressionNode(Operator op,
List<ExpressionNode> exps) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.