Non-terminal symbol Expression
Description
This nonterminal node rules express the several possible syntactic
forms of an AQL expression:
- a (possibly typed) untyped expression [see UntypedExpression];
- an allocation expression [see Allocation];
- an expression seen as value of a defined opaque type (whose
defining type is that of the expression) [see as];
- an expression of opaque type being seen as a value of its underlying
defining type [see $] (N.B.: this has the same as using
the prefix operator 'strip');
- a parenthesized expression.
|
Defining rules for nonterminal symbol
Expression:
Occurrences of symbol
Expression
in body of other rules:
Copyright © 2012 by Hassan Aït-Kaci; All Rights Reserved.