java.lang.Object
simula.compiler.syntaxClass.declaration.ArrayDeclaration.BoundPair
- Enclosing class:
ArrayDeclaration
Utility Class to hold a BoundPair.
Syntax: BoundPair = ArithmeticExpression : ArithmeticExpression
-
Field Summary
Modifier and TypeFieldDescription(package private) Expression
The lower bound expression.(package private) Expression
The upper bound expression. -
Constructor Summary
-
Method Summary
-
Field Details
-
LB
Expression LBThe lower bound expression. -
UB
Expression UBThe upper bound expression.
-
-
Constructor Details
-
BoundPair
BoundPair(Expression LB, Expression UB) Create a new BoundPair.- Parameters:
LB
- The lower bound expressionUB
- The upper bound expression
-
-
Method Details