@Immutable public class UpperCase extends Object implements DynamicOperand, UpperCase
Comparison
constraint.| Constructor and Description |
|---|
UpperCase(DynamicOperand operand)
Create a dynamic operand that evaluates to the upper-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 UpperCase(DynamicOperand operand)
operand - the operand that is to be lower-casedpublic SelectorName selectorName()
public Set<SelectorName> selectorNames()
DynamicOperandpublic final DynamicOperand getOperand()
getOperand in interface UpperCaseCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.