public class

ArrayTypeSignature

extends Object
implements FieldTypeSignature
java.lang.Object
   ↳ sun.reflect.generics.tree.ArrayTypeSignature

Summary

Public Methods
void accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern.
TypeSignature getComponentType()
static ArrayTypeSignature make(TypeSignature ct)
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.reflect.generics.tree.TypeTree

Public Methods

public void accept (TypeTreeVisitor<?> v)

Accept method for the visitor pattern.

Parameters
v - a TypeTreeVisitor that will process this tree

public TypeSignature getComponentType ()

public static ArrayTypeSignature make (TypeSignature ct)