sclass CtxRule1 { S file; L allLines; int ruleIndex; S text() { ret get(allLines, ruleIndex); } }