// $ANTLR start "entryRuleContained"
  // PsiInternalBug289524TestLanguage.g:204:1: entryRuleContained returns [Boolean current=false] :
  // iv_ruleContained= ruleContained EOF ;
  public final Boolean entryRuleContained() throws RecognitionException {
    Boolean current = false;

    Boolean iv_ruleContained = null;

    try {
      // PsiInternalBug289524TestLanguage.g:204:51: (iv_ruleContained= ruleContained EOF )
      // PsiInternalBug289524TestLanguage.g:205:2: iv_ruleContained= ruleContained EOF
      {
        if (state.backtracking == 0) {
          markComposite(elementTypeProvider.getContainedElementType());
        }
        pushFollow(FollowSets000.FOLLOW_1);
        iv_ruleContained = ruleContained();

        state._fsp--;
        if (state.failed) return current;
        if (state.backtracking == 0) {
          current = iv_ruleContained;
        }
        match(input, EOF, FollowSets000.FOLLOW_2);
        if (state.failed) return current;
      }

    } catch (RecognitionException re) {
      reportError(re);
      recover(input, re);
    } finally {
    }
    return current;
  }