Package org.eolang.opeo.ast
Class Variable
- java.lang.Object
-
- org.eolang.opeo.ast.Variable
-
-
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
-
Variable
public Variable(org.eolang.jeo.representation.xmir.XmlNode node)
Constructor.- Parameters:
node
- The XML node that represents variable.
-
Variable
public Variable(org.objectweb.asm.Type type, int identifier)
Constructor.- Parameters:
type
- The type of the variable.identifier
- The identifier of the variable.
-
-