Package org.eolang.opeo.ast
Class NewAddress
- java.lang.Object
-
- org.eolang.opeo.ast.NewAddress
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
Constructor Summary
Constructors Constructor Description NewAddress(String type)Constructor.NewAddress(org.eolang.jeo.representation.xmir.XmlNode node)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.Typetype()Node type.
-
-
-
Constructor Detail
-
NewAddress
public NewAddress(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.- Parameters:
node- The XMIR node with a type to parse.
-
NewAddress
public NewAddress(String type)
Constructor.- Parameters:
type- The type.
-
-