Package org.eolang.opeo.ast
Class Label
- java.lang.Object
-
- org.eolang.opeo.ast.Label
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Constructor Detail
-
Label
public Label(AstNode identifier)
Constructor.- Parameters:
identifier
- Label identifier.
-
-