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

Method deref

UnLuac/src/unluac/parse/LObject.java:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4abstract public class LObject extends BObject {
5
6 public String deref() {
7 throw new IllegalStateException();
8 }
9
10 public String toPrintString() {
11 throw new IllegalStateException();

Callers 4

ConstantMethod · 0.45
parse_debugMethod · 0.45
parse_debugMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected