Package org.eolang.opeo.ast
Class ArrayConstructor
- java.lang.Object
-
- org.eolang.opeo.ast.ArrayConstructor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Constructor Summary
Constructors Constructor Description ArrayConstructor(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.ArrayConstructor(AstNode size, String type)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.org.objectweb.asm.Type
type()
Node type.
-
-
-
Constructor Detail
-
ArrayConstructor
public ArrayConstructor(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.- Parameters:
node
- Xmir representation of an array constructor.parser
- Parser that will be used to parse the child nodes of the array constructor.
-
-