Package org.eolang.opeo.ast
Class StoreArray
java.lang.Object
org.eolang.opeo.ast.StoreArray
Store array element.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionStoreArray
(List<org.eolang.jeo.representation.xmir.XmlNode> children, Parser parser) Constructor.StoreArray
(org.eolang.jeo.representation.xmir.XmlNode root, Parser parser) Constructor.StoreArray
(AstNode array, AstNode index, AstNode value) Constructor. -
Method Summary
-
Constructor Details
-
StoreArray
Constructor.- Parameters:
root
- Xmir representation of a store array element.parser
- Parser that will be used to parse the nodes of the store array element.
-
StoreArray
Constructor.- Parameters:
children
- Children nodes that represent an array, an index and a value.parser
- Parser that will be used to parse the children nodes.
-
StoreArray
Constructor.- Parameters:
array
- Arrayindex
- Indexvalue
- Value
-
-
Method Details