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

Method get

UnLuac/src/unluac/parse/LStringType.java:12–19  ·  view source on GitHub ↗
(Version.StringType type)

Source from the content-addressed store, hash-verified

10public abstract class LStringType extends BObjectType<LString> {
11
12 public static LStringType get(Version.StringType type) {
13 switch(type) {
14 case LUA50: return new LStringType50();
15 case LUA53: return new LStringType53();
16 case LUA54: return new LStringType54();
17 default: throw new IllegalStateException();
18 }
19 }
20
21 protected ThreadLocal<StringBuilder> b = new ThreadLocal<StringBuilder>() {
22

Callers 7

VersionMethod · 0.95
parseMethod · 0.45
runMethod · 0.45
parseMethod · 0.45
runMethod · 0.45
parseMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected