Class ArraySubscriptExpression
java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.expression.ArraySubscriptExpression
- All Implemented Interfaces:
Expression
Represents an "array[i]" expression.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jparsec.examples.common.ValueObject
equals, hashCode
-
Field Details
-
array
-
index
-
-
Constructor Details
-
ArraySubscriptExpression
-
-
Method Details
-
toString
- Overrides:
toString
in classValueObject
-