@Immutable public class Literal extends Object implements StaticOperand
Comparison
constraint.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) |
int |
hashCode() |
String |
toString() |
Object |
value()
Get the literal value.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.