Package org.eolang.opeo.ast
Class Return
- java.lang.Object
-
- org.eolang.opeo.ast.Return
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
-
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.
-
-
-
Constructor Detail
-
Return
public Return()
Default constructor.
-
Return
public Return(org.eolang.jeo.representation.xmir.XmlNode node, Parser parser)
Constructor.- Parameters:
node
- XML node to parse.parser
- Parser, that is used to parse child nodes.
-
Return
public Return(AstNode typed)
Constructor.- Parameters:
typed
- Value to return.
-
-