com.sun.tools.ws.processor.modeler.annotation
Class MakeSafeTypeVisitor
java.lang.Object
javax.lang.model.util.AbstractTypeVisitor6<R,P>
javax.lang.model.util.SimpleTypeVisitor6<TypeMirror,Types>
com.sun.tools.ws.processor.modeler.annotation.MakeSafeTypeVisitor
- All Implemented Interfaces:
- TypeVisitor<TypeMirror,Types>
public class MakeSafeTypeVisitor
- extends SimpleTypeVisitor6<TypeMirror,Types>
- Author:
- dkohlert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeSafeTypeVisitor
public MakeSafeTypeVisitor(ProcessingEnvironment processingEnvironment)
- Creates a new instance of MakeSafeTypeVisitor
visitDeclared
public TypeMirror visitDeclared(DeclaredType t,
Types types)
- Specified by:
visitDeclared in interface TypeVisitor<TypeMirror,Types>- Overrides:
visitDeclared in class SimpleTypeVisitor6<TypeMirror,Types>
visitNoType
public TypeMirror visitNoType(NoType type,
Types types)
- Specified by:
visitNoType in interface TypeVisitor<TypeMirror,Types>- Overrides:
visitNoType in class SimpleTypeVisitor6<TypeMirror,Types>
defaultAction
protected TypeMirror defaultAction(TypeMirror e,
Types types)
- Overrides:
defaultAction in class SimpleTypeVisitor6<TypeMirror,Types>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.