}
ABarFeatureCallParameterOption barParameterType = (ABarFeatureCallParameterOption)parameterOptions[parameterOptionNum -
1];
AStandardDeclarator standardDeclarator = new AStandardDeclarator(
this.getVariableDeclarationList(featureCallParameters), barParameterType.getBar());
AActualParameterList params = new AActualParameterList(barParameterType.getExpression(), new ArrayList());
return new AFeatureCallParameters(featureCallParameters.getLParen(), standardDeclarator, params,
featureCallParameters.getRParen());
}