Package org.eolang.opeo.ast
Interface AstNode
-
- All Known Implementing Classes:
Constructor,Invocation,Literal,Opcode,Root
public interface AstNodeAbstract syntax tree node.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringidentifier()Node id.Stringprint()Print ast node and all it's children.Iterable<org.xembly.Directive>toXmir()Convert node to XMIR.
-