Package org.eolang.opeo.ast
Interface AstNode
-
- All Superinterfaces:
Xmir
- All Known Implementing Classes:
Add
,ArrayConstructor
,Cast
,ClassField
,Constructor
,FieldAssignment
,FieldRetrieval
,InterfaceInvocation
,Invocation
,Label
,Literal
,LocalVariable
,Mul
,Opcode
,Reference
,Root
,StaticInvocation
,StoreArray
,Substraction
,Super
,This
,VariableAssignment
public interface AstNode extends Xmir
Abstract syntax tree node.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.
-