Package org.eolang.opeo.ast
Class OpcodeName
- java.lang.Object
-
- org.eolang.opeo.ast.OpcodeName
-
public final class OpcodeName extends Object
Opcode name. The name of bytecode instruction. The name combined with unique number in order to avoid name collisions.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description OpcodeName(int opcode)
Constructor.
-
-
-
Method Detail
-
simplified
public String simplified()
Get simplified opcode name without counter.- Returns:
- Simplified opcode name.
-
-