aicas logo Jamaica 3.4 release 8

sun.reflect.generics.tree
Class ClassTypeSignature

java.lang.Object
  extended by sun.reflect.generics.tree.ClassTypeSignature
All Implemented Interfaces:
BaseType, FieldTypeSignature, ReturnType, Tree, TypeArgument, TypeSignature, TypeTree

public class ClassTypeSignature
extends Object
implements FieldTypeSignature

AST representing class types.


Method Summary
 void accept(TypeTreeVisitor<?> v)
          Accept method for the visitor pattern.
 List<SimpleClassTypeSignature> getPath()
           
static ClassTypeSignature make(List<SimpleClassTypeSignature> p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static ClassTypeSignature make(List<SimpleClassTypeSignature> p)

getPath

public List<SimpleClassTypeSignature> getPath()

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 logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.