Package org.eolang.opeo.ast
Class ArrayConstructor
- java.lang.Object
-
- org.eolang.opeo.ast.ArrayConstructor
-
-
Constructor Summary
Constructors Constructor Description 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.
-