Package org.eolang.opeo.ast
Class Opcode
java.lang.Object
org.eolang.opeo.ast.Opcode
Opcode output node.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Opcode
Constructor.- Parameters:
opcode
- Opcodeoperands
- Opcode operands
-
Opcode
public Opcode(int opcode, boolean counting) Constructor.- Parameters:
opcode
- Opcodecounting
- Opcodes counting
-
Opcode
Constructor.- Parameters:
opcode
- Opcodeoperands
- Opcode operands
-
Opcode
public Opcode(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.- Parameters:
node
- XMIR node.
-
Opcode
public Opcode(org.eolang.jeo.representation.xmir.XmlInstruction instruction) Constructor.- Parameters:
instruction
- XMIR instruction.
-
Opcode
Constructor.- Parameters:
bytecode
- Bytecodeoperands
- Opcode operandscounting
- Opcodes counting
-
-
Method Details