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