sun.reflect.generics.tree
Class SimpleClassTypeSignature
java.lang.Object
sun.reflect.generics.tree.SimpleClassTypeSignature
- All Implemented Interfaces:
- BaseType, FieldTypeSignature, ReturnType, Tree, TypeArgument, TypeSignature, TypeTree
public class SimpleClassTypeSignature
- extends Object
- implements FieldTypeSignature
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
make
public static SimpleClassTypeSignature make(String n,
boolean dollar,
TypeArgument[] tas)
getDollar
public boolean getDollar()
getName
public String getName()
getTypeArguments
public TypeArgument[] getTypeArguments()
accept
public void accept(TypeTreeVisitor<?> v)
- Description copied from interface:
TypeTree
- Accept method for the visitor pattern.
- Specified by:
accept in interface TypeTree
- Parameters:
v - - a TypeTreeVisitor that will process this
tree
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.