@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()
Get the static operand that identifies the value to match.
|
PropertyValue |
getOperand2()
Get the specification of the property.
|
int |
hashCode() |
String |
toString() |
public Relike(StaticOperand operand1, PropertyValue operand2)
public void accept(Visitor visitor)
Visitable
public StaticOperand getOperand1()
Relike
getOperand1
in interface Relike
public PropertyValue getOperand2()
Relike
getOperand2
in interface Relike
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.