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

Method newArrayType

output/java_guava/1.4.19/Types.java:557–560  ·  view source on GitHub ↗
(Type componentType)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getArrayClassMethod · 0.45
newArrayTypeMethod · 0.45

Tested by

no test coverage detected