Package org.eolang.opeo.ast
Class StoreLocal
- java.lang.Object
-
- org.eolang.opeo.ast.StoreLocal
-
-
Constructor Summary
Constructors Constructor Description StoreLocal(AstNode variable, AstNode value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-