Package org.eolang.opeo.ast
Class Literal
- java.lang.Object
-
- org.eolang.opeo.ast.Literal
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AstNode>opcodes()Bytecode instructions.Stringprint()Print ast node and all it's children.Iterable<org.xembly.Directive>toXmir()Convert node to XMIR.
-
-
-
Constructor Detail
-
Literal
public Literal(Object value)
Constructor.- Parameters:
value- Literal value
-
-