protected boolean _isLeaf(IntegerLiteral bpa) {

    if (bpa.eContainer() instanceof RecordValue) {
      return false;
    }
    return false;
  }