Validate checks that the user type expression is consistent.
(ctx string, parent eval.Expression)
| 86 | Dup(att *AttributeExpr) UserType |
| 87 | // Validate checks that the user type expression is consistent. |
| 88 | Validate(ctx string, parent eval.Expression) *eval.ValidationErrors |
| 89 | } |
| 90 | |
| 91 | // ArrayVal is the type used to set the default value for arrays. |
no outgoing calls