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

Method init

client/src/main/java/jake2/client/LayoutParser.java:44–50  ·  view source on GitHub ↗
(String layout)

Source from the content-addressed store, hash-verified

42 }
43
44 public void init(String layout) {
45 tokenPos = 0;
46 tokenLength = 0;
47 index = 0;
48 data = (layout != null) ? layout : "";
49 length = (layout != null) ? layout.length() : 0;
50 }
51
52 public boolean hasNext() {
53 return !isEof();

Callers 2

ExecuteLayoutStringMethod · 0.95
LayoutParserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected