Package org.eolang.opeo.ast
Class ArrayConstructor
java.lang.Object
org.eolang.opeo.ast.ArrayConstructor
Array constructor.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionArrayConstructor
(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser) Constructor.ArrayConstructor
(AstNode size, String type) Constructor. -
Method Summary
-
Constructor Details
-
ArrayConstructor
Constructor.- Parameters:
node
- Xmir representation of an array constructor.parser
- Parser that will be used to parse the child nodes of the array constructor.
-
ArrayConstructor
Constructor.- Parameters:
size
- Array sizetype
- Array type
-
-
Method Details