@InterfaceAudience.Private public class LeafExpressionNode extends Object implements ExpressionNode
Modifier and Type | Field and Description |
---|---|
static LeafExpressionNode |
CLOSE_PARAN_NODE |
static LeafExpressionNode |
OPEN_PARAN_NODE |
Constructor and Description |
---|
LeafExpressionNode(String identifier) |
Modifier and Type | Method and Description |
---|---|
LeafExpressionNode |
deepClone() |
boolean |
equals(Object obj) |
String |
getIdentifier() |
int |
hashCode() |
boolean |
isSingleNode() |
String |
toString() |
public static final LeafExpressionNode OPEN_PARAN_NODE
public static final LeafExpressionNode CLOSE_PARAN_NODE
public LeafExpressionNode(String identifier)
public String getIdentifier()
public boolean isSingleNode()
isSingleNode
in interface ExpressionNode
public LeafExpressionNode deepClone()
deepClone
in interface ExpressionNode
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.