MCPcopy Create free account
hub / github.com/demoth/jake2 / token

Method token

client/src/main/java/jake2/client/LayoutParser.java:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 public String token() {
136 if (tokenLength == 0)
137 return "";
138 return data.substring(tokenPos, tokenPos + tokenLength);
139 }
140
141 private int atoi() {
142 int result = 0;

Callers 1

ExecuteLayoutStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected