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

Method prevchar

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

Source from the content-addressed store, hash-verified

209 }
210
211 private char prevchar() {
212 if (index > 0) {
213 --index;
214 return data.charAt(index);
215 }
216 return 0;
217 }
218
219 private boolean isEof() {
220 return index >= length;

Callers 1

nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected