Package org.eolang.opeo.ast
Class NewAddress
java.lang.Object
org.eolang.opeo.ast.NewAddress
This class represents NEW instruction in the JVM bytecode.
- Since:
- 0.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
ConstructorsConstructorDescriptionNewAddress
(String type) Constructor.NewAddress
(org.eolang.jeo.representation.xmir.XmlNode node) Constructor. -
Method Summary
-
Constructor Details
-
NewAddress
public NewAddress(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.- Parameters:
node
- The XMIR node with a type to parse.
-
NewAddress
Constructor.- Parameters:
type
- The type.
-
-
Method Details