Skip to content

Commit

Permalink
feat(objectionary#540): add more javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Oct 10, 2024
1 parent 989be65 commit 4dfec30
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 307 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public boolean isOpcode() {
}

@Override
public int stackImpact() {
public int impact() {
return 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ public interface BytecodeEntry extends Testable {

boolean isOpcode();

int stackImpact();
int impact();
}
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public boolean isOpcode() {
}

@Override
public int stackImpact() {
public int impact() {
return 0;
}

Expand Down
Loading

0 comments on commit 4dfec30

Please sign in to comment.