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

Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.