public interface Operand
| Modifier and Type | Interface and Description |
|---|---|
static class |
Operand.Param |
static class |
Operand.Prop |
static interface |
Operand.Visitor<R> |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Operand.Visitor<R> visitor) |
PropertyMetamodel<?> |
getPropertyMetamodel() |
PropertyMetamodel<?> getPropertyMetamodel()
<R> R accept(Operand.Visitor<R> visitor)