- All Superinterfaces:
- Expr, Expr0N, Term
- All Known Subinterfaces:
- ProdExpr, TupleExpr
- All Known Implementing Classes:
- Expr2NImpl, ProdExprImpl, TupleExprImpl
public interface Expr2N
extends Expr0N
An abstract expression containing 2..N expressions.
Currently the schema does not check that there are at least
two expressions, but code should.
- Author:
- GnAST version 1.6-SNAPSHOT