@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()
DynamicOperand
public final DynamicOperand getOperand()
getOperand
in interface UpperCase
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.