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

Method getNumberFormatString

UnLuac/src/unluac/test/LuaSpec.java:86–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 private String getNumberFormatString() {
87 switch(numberFormat) {
88 case DEFAULT:
89 return "";
90 case FLOAT:
91 return "_float";
92 case INT32:
93 return "_int32";
94 case INT64:
95 return "_int64";
96 default:
97 throw new IllegalStateException();
98 }
99 }
100
101 private boolean isDefault;
102 private int version;

Callers 1

getLuaCNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected