MCPcopy
hub / github.com/libgdx/libgdx / name

Method name

gdx/src/com/badlogic/gdx/utils/JsonString.java:154–158  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

152 }
153
154 public JsonString name (String name) {
155 nameValue(name);
156 named = true;
157 return this;
158 }
159
160 private void nameValue (String name) {
161 if ((current & isObject) == 0) throw new IllegalStateException("Current item must be an object.");

Callers 1

setMethod · 0.95

Calls 1

nameValueMethod · 0.95

Tested by

no test coverage detected