@Immutable public class Relike extends Object implements Relike, Constraint
| Constructor and Description |
|---|
Relike(StaticOperand operand1,
PropertyValue operand2) |
| 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) |
StaticOperand |
getOperand1() |
PropertyValue |
getOperand2() |
int |
hashCode() |
String |
toString() |
public Relike(StaticOperand operand1, PropertyValue operand2)
public void accept(Visitor visitor)
Visitablepublic StaticOperand getOperand1()
getOperand1 in interface Relikepublic PropertyValue getOperand2()
getOperand2 in interface RelikeCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.