MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / LAbsLineInfo

Method LAbsLineInfo

UnLuac/src/unluac/parse/LAbsLineInfo.java:8–11  ·  view source on GitHub ↗
(int pc, int line)

Source from the content-addressed store, hash-verified

6 public final int line;
7
8 public LAbsLineInfo(int pc, int line) {
9 this.pc = pc;
10 this.line = line;
11 }
12
13 @Override
14 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected