aicas logoJamaica 3.2 release 62

sun.reflect.generics.tree
Class ArrayTypeSignature

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

public class ArrayTypeSignature
extends Object
implements FieldTypeSignature


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

Method Detail

make

public static ArrayTypeSignature make(TypeSignature ct)

getComponentType

public TypeSignature getComponentType()

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 logoJamaica 3.2 release 62

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