Package org.eolang.opeo.ast
Class Label
- java.lang.Object
-
- org.eolang.opeo.ast.Label
-
-
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
-
Label
public Label(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.- Parameters:
node
- XML node.
-
Label
public Label(String identifier)
Constructor.- Parameters:
identifier
- Label identifier.
-
-