Package org.eolang.opeo.ast
Interface AstNode
-
- All Known Implementing Classes:
Add,ArrayConstructor,AstNode.Sequence,ClassField,Constructor,InstanceField,Invocation,Label,Literal,Mul,Opcode,Reference,Root,StaticInvocation,StoreArray,StoreLocal,Substraction,Super,This,Variable,WriteField
public interface AstNodeAbstract syntax tree node.- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAstNode.SequenceSequence of nodes.
-
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.
-