Package org.eolang.opeo.ast
Class Opcode
- java.lang.Object
-
- org.eolang.opeo.ast.Opcode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
identifier()
Node id.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Method Detail
-
print
public String print()
Description copied from interface:AstNode
Print ast node and all it's children.
-
toXmir
public Iterable<org.xembly.Directive> toXmir()
Description copied from interface:AstNode
Convert node to XMIR.
-
identifier
public String identifier()
Description copied from interface:AstNode
Node id.- Specified by:
identifier
in interfaceAstNode
- Returns:
- Node id.
-
-