Package org.eolang.opeo.ast
Interface AstNode
-
- All Known Implementing Classes:
Add,Constructor,InstanceField,Invocation,Label,Literal,Mul,Opcode,Reference,Root,StoreLocal,Substraction,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 List<AstNode>opcodes()Bytecode instructions.Stringprint()Print ast node and all it's children.Iterable<org.xembly.Directive>toXmir()Convert node to XMIR.
-