Package org.eolang.opeo.ast
Class Constant
java.lang.Object
org.eolang.opeo.ast.Constant
Constant.
This class represents LDC instruction in the JVM bytecode.
- Since:
- 0.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Constant
public Constant(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.- Parameters:
node
- The XMIR node with value to parse.
-
Constant
Constructor.- Parameters:
value
- The constant value.
-
-
Method Details