public abstract void Apply(CstCodeArea cstCodeArea);
public override void Apply(CstCodeArea cstCodeArea) { throw new NotImplementedException(); }