Community
Participate
Working Groups
this.newarray(DOUBLE_ARRAY);
break;
default :
this.anewarray(component);
if (component.isWildcard()) {
WildcardBinding wildcardBinding = (WildcardBinding) component;
TypeBinding[] bounds = new TypeBinding[wildcardBinding.otherBounds.length + 1];
bounds[0] = wildcardBinding.bound;
System.arraycopy(wildcardBinding.otherBounds, 0, bounds, 1, wildcardBinding.otherBounds.length);
this.anewarray(Scope.greaterLowerBound(bounds)[0]);
} else {
}
public void newJavaLangError() {