blob: 30b93d092e6870bd0cc23ef14fee65c71dd744ac [file] [log] [blame]
% ------------------------------------------------------------------------------
% Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation
%
% See the NOTICE file(s) distributed with this work for additional
% information regarding copyright ownership.
%
% This program and the accompanying materials are made available under the terms
% of the MIT License which is available at https://opensource.org/licenses/MIT
%
% SPDX-License-Identifier: MIT
% ------------------------------------------------------------------------------
\begin{rail}
TypedExpression : BooleanExpression
| IntegerExpression
| RealExpression
| StringExpression
| ListExpression
| SetExpression
| DictionaryExpression
| TupleExpression
| FileExpression
| ReadExpression
| TimerExpression
| ChannelExpression
| DistributionExpression
| ProcessExpression
| InstanceExpression
| CastExpression
| FunctionCallExpression
;
\end{rail}