Package org.eolang.opeo.ast
Interface AstNode
- All Superinterfaces:
Xmir
- All Known Implementing Classes:
Add,ArrayConstructor,AstNode.Empty,Cast,ClassField,ClassName,Constant,Constructor,Duplicate,FieldAssignment,FieldRetrieval,If,InterfaceInvocation,Invocation,Label,Labeled,Literal,LocalVariable,Mul,NewAddress,Opcode,Popped,RawXml,Reference,Root,StaticInvocation,StoreArray,Substraction,Super,This,VariableAssignment
Abstract syntax tree node.
- Since:
- 0.1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classEmpty node that does nothing. -
Method Summary
-
Method Details
-
opcodes
Bytecode instructions.- Returns:
- List of opcodes.
-