MCPcopy Index your code
hub / github.com/processing/processing / invalidate

Method invalidate

app/src/processing/app/syntax/Brackets.java:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 private volatile List<Integer> offsets = null;
13
14 public void invalidate() {
15 offsets = null;
16 }
17
18 public int findMatchingBracket(final String text, final int pos) {
19 if (pos < 0 || pos >= text.length())

Callers 4

initFrameMethod · 0.80
setDocumentMethod · 0.80
documentChangedMethod · 0.80
stopTweakModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected