Package org.eolang.opeo.ast
Class WriteField
- java.lang.Object
-
- org.eolang.opeo.ast.WriteField
-
-
Constructor Summary
Constructors Constructor Description WriteField(AstNode target, AstNode value)
Constructor.WriteField(AstNode target, AstNode value, Attributes attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>
opcodes()
Bytecode instructions.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Constructor Detail
-
WriteField
public WriteField(AstNode target, AstNode value)
Constructor.- Parameters:
target
- The target where the value is putvalue
- The value to put
-
WriteField
public WriteField(AstNode target, AstNode value, Attributes attributes)
Constructor.- Parameters:
target
- The target where the value is putvalue
- The value to putattributes
- Field attributes
-
-