Operand.Param, Operand.Prop, Operand.Visitor<R>| Modifier and Type | Field and Description |
|---|---|
PropertyMetamodel<?> |
value |
| Constructor and Description |
|---|
Prop(PropertyMetamodel<?> value) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Operand.Visitor<R> visitor) |
boolean |
equals(java.lang.Object o) |
PropertyMetamodel<?> |
getPropertyMetamodel() |
int |
hashCode() |
public final PropertyMetamodel<?> value
public Prop(PropertyMetamodel<?> value)
public PropertyMetamodel<?> getPropertyMetamodel()
getPropertyMetamodel in interface Operandpublic <R> R accept(Operand.Visitor<R> visitor)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object