public class

SimpleClassTypeSignature

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

Summary

Public Methods
void accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern.
boolean getDollar()
String getName()
TypeArgument[] getTypeArguments()
static SimpleClassTypeSignature make(String n, boolean dollar, TypeArgument[] tas)
[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 boolean getDollar ()

public String getName ()

public TypeArgument[] getTypeArguments ()

public static SimpleClassTypeSignature make (String n, boolean dollar, TypeArgument[] tas)