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