Mirror API

Uses of Interface
com.sun.mirror.util.TypeVisitor

Packages that use TypeVisitor
com.sun.mirror.type Interfaces used to model types. 
com.sun.mirror.util Utilities to assist in the processing of declarations and types
 

Uses of TypeVisitor in com.sun.mirror.type
 

Methods in com.sun.mirror.type with parameters of type TypeVisitor
 void TypeMirror.accept(TypeVisitor v)
          Applies a visitor to this type.
 

Uses of TypeVisitor in com.sun.mirror.util
 

Classes in com.sun.mirror.util that implement TypeVisitor
 class SimpleTypeVisitor
          A simple visitor for types.
 


Mirror API

Report a bug or request a feature.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.