MCPcopy Create free account
hub / github.com/antlr/codebuff / newArrayType

Method newArrayType

output/java_guava/1.4.18/Types.java:558–561  ·  view source on GitHub ↗
(Type componentType)

Source from the content-addressed store, hash-verified

556 enum JavaVersion {
557 JAVA6 {
558 @Override
559 GenericArrayType newArrayType(Type componentType) {
560 return new GenericArrayTypeImpl(componentType);
561 }
562
563 @Override
564 Type usedInGenericType(Type type) {

Callers

nothing calls this directly

Calls 2

getArrayClassMethod · 0.45
newArrayTypeMethod · 0.45

Tested by

no test coverage detected