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

Method tokenAsInt

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

Source from the content-addressed store, hash-verified

127 }
128
129 public int tokenAsInt() {
130 if (tokenLength == 0)
131 return 0;
132 return atoi();
133 }
134
135 public String token() {
136 if (tokenLength == 0)

Callers 1

ExecuteLayoutStringMethod · 0.95

Calls 1

atoiMethod · 0.95

Tested by

no test coverage detected