Package org.eolang.opeo.ast
Interface Xmir
-
- All Known Subinterfaces:
AstNode
- All Known Implementing Classes:
Add
,ArrayConstructor
,Cast
,ClassField
,Constructor
,Field
,FieldAssignment
,FieldRetrieval
,InterfaceInvocation
,Invocation
,Label
,Literal
,LocalVariable
,Mul
,Opcode
,Owner
,Reference
,Root
,StaticInvocation
,StoreArray
,Substraction
,Super
,This
,VariableAssignment
public interface Xmir
XMIR representation. If a class implements this interface, it means that it can be converted to XMIR.- Since:
- 0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Method Detail
-
toXmir
Iterable<org.xembly.Directive> toXmir()
Convert node to XMIR.- Returns:
- XMIR XML.
-
-