static PleaseIncludeFunctionsStatement tok_nextPleaseIncludeFunctionsStatement(LS tok, int i) { i = jfind(tok, i, "please include functions"); if (i < 0) null; new PleaseIncludeFunctionsStatement p; p.tok = tok; p.iStart = i; p.iFirstIdentifier = i+6; p.iDot = smartIndexOf(tok, p.iFirstIdentifier, "."); p.iEnd = iDot+2; ret p; }