sclass WoodyRule { S nameInFile; S file; int lineInFile; S fullName; SS properties = litorderedmap(); S condition; CtxExpr parsedCondition; S body; // without {} // use fullName instead S longName() { ret file + "/" + nameInFile; } }