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

Method gotElse

java/src/processing/mode/java/AutoFormat.java:309–317  ·  view source on GitHub ↗

Called after else.

()

Source from the content-addressed store, hash-verified

307 * Called after else.
308 */
309 private void gotElse() {
310 tabs = s_tabs[curlyLvl][if_lev];
311 p_flg[level] = sp_flg[curlyLvl][if_lev];
312 ind[level] = s_ind[curlyLvl][if_lev];
313 if_flg = true;
314 // We can't expect else to be followed by a semicolon, so must
315 // end the statemant manually.
316 inStatementFlag = false;
317 }
318
319
320 /**

Callers 1

formatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected