DotExp

class DotExp : UnaExp {
Identifier* ident;
}

Meta