Package | Description |
---|---|
org.apache.hadoop.hbase.security.visibility.expression |
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-2016 The Apache Software Foundation. All Rights Reserved.