Skip to content

Commit

Permalink
feat(objectionary#75): jeo OpcodeName
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 18, 2024
1 parent 8cc0008 commit 80b44c1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 124 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/eolang/opeo/OpcodeInstruction.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.Collections;
import java.util.List;
import lombok.ToString;
import org.eolang.opeo.ast.OpcodeName;
import org.eolang.jeo.representation.directives.OpcodeName;
import org.eolang.opeo.jeo.JeoInstruction;

/**
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/eolang/opeo/ast/Opcode.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import org.eolang.jeo.representation.xmir.XmlOperand;
import org.eolang.opeo.Instruction;
import org.xembly.Directive;
import org.eolang.jeo.representation.directives.OpcodeName;

/**
* Opcode output node.
Expand Down
121 changes: 0 additions & 121 deletions src/main/java/org/eolang/opeo/ast/OpcodeName.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.Set;
import java.util.stream.Collectors;
import org.eolang.opeo.ast.Opcode;
import org.eolang.opeo.ast.OpcodeName;
import org.eolang.jeo.representation.directives.OpcodeName;

/**
* Supported opcodes.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/eolang/opeo/jeo/JeoInstructions.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.eolang.jeo.representation.xmir.XmlMethod;
import org.eolang.opeo.Instruction;
import org.eolang.opeo.LabelInstruction;
import org.eolang.opeo.ast.OpcodeName;
import org.eolang.jeo.representation.directives.OpcodeName;

/**
* Class that represents the instructions provided by jeo maven plugin.
Expand Down

0 comments on commit 80b44c1

Please sign in to comment.