case AbsBinExpr.DOT:
// Get record var access tree
ImcExpr expr = (ImcExpr) node.lsub.accept(this);
// Right hand component
AbsVarName comp = (AbsVarName)node.rsub;
CmpAccess access = null;
// Get access from component list
for (AbsVarDecl cmp : ((SemRecTyp)node.lsub.semTyp.actual()).comps)