Attribute returns the composite expression embedded attribute.
()
| 57 | CompositeExpr interface { |
| 58 | // Attribute returns the composite expression embedded attribute. |
| 59 | Attribute() *AttributeExpr |
| 60 | } |
| 61 | |
| 62 | // ValidationExpr contains validation rules for an attribute. |
no outgoing calls