public String getStartRule() {
    if (component != null) {
      return component.getStartRule();
    }

    return _startRule;
  }