aicas logoJamaica 3.2 release 62

sun.reflect.generics.tree
Interface TypeTree

All Superinterfaces:
Tree
All Known Subinterfaces:
BaseType, FieldTypeSignature, ReturnType, TypeArgument, TypeSignature
All Known Implementing Classes:
ArrayTypeSignature, BooleanSignature, BottomSignature, ByteSignature, CharSignature, ClassTypeSignature, DoubleSignature, FloatSignature, FormalTypeParameter, IntSignature, LongSignature, ShortSignature, SimpleClassTypeSignature, TypeVariableSignature, VoidDescriptor, Wildcard

public interface TypeTree
extends Tree

Common supertype for all nodes that represent type expressions in the generic signature AST.


Method Summary
 void accept(TypeTreeVisitor<?> v)
          Accept method for the visitor pattern.
 

Method Detail

accept

void accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern.

Parameters:
v - - a TypeTreeVisitor that will process this tree

aicas logoJamaica 3.2 release 62

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