@Immutable public class LowerCase extends Object implements DynamicOperand, LowerCase
Comparison
constraint.| Constructor and Description |
|---|
LowerCase(DynamicOperand operand)
Create a dynamic operand that evaluates to the lower-case representation of the supplied operand.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
boolean |
equals(Object obj) |
DynamicOperand |
getOperand() |
int |
hashCode() |
SelectorName |
selectorName()
Get the selector symbol upon which this operand applies.
|
Set<SelectorName> |
selectorNames()
Get the selector symbols to which this operand applies.
|
String |
toString() |
public LowerCase(DynamicOperand operand)
operand - the operand that is to be lower-casedpublic final DynamicOperand getOperand()
getOperand in interface LowerCasepublic SelectorName selectorName()
public Set<SelectorName> selectorNames()
DynamicOperandCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.