org.glassfish.hk2.classmodel.reflect
Interface Types

All Known Implementing Classes:
TypesImpl

public interface Types

Represents the result of a parsing activity.

Author:
Jerome Dochez

Method Summary
 java.util.Collection<Type> getAllTypes()
          Returns a unmodifiable list of collected types obtained during the parsing activity
 

Method Detail

getAllTypes

java.util.Collection<Type> getAllTypes()
Returns a unmodifiable list of collected types obtained during the parsing activity

Returns:
list of types


Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.