java.lang.Object
- All Implemented Interfaces:
TypeVisitor<TypeMirror,Boolean>
-
Field Summary
FieldsFields inherited from class javax.lang.model.util.SimpleTypeVisitor6
DEFAULT_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeMirrordefaultAction(TypeMirror t, Boolean ignored) final List<? extends TypeMirror> visit(List<? extends TypeMirror> ts, Boolean s) visitArray(ArrayType t, Boolean s) final DeclaredTypevisitDeclared(DeclaredType t, Boolean recurse) final TypeMirrorvisitTypeVariable(TypeVariable t, Boolean recurse) final TypeMirrorvisitWildcard(WildcardType t, Boolean recurse) Methods inherited from class javax.lang.model.util.SimpleTypeVisitor8
visitIntersectionMethods inherited from class javax.lang.model.util.SimpleTypeVisitor7
visitUnionMethods inherited from class javax.lang.model.util.SimpleTypeVisitor6
visitError, visitNoType, visitNull, visitPrimitiveMethods inherited from class javax.lang.model.util.AbstractTypeVisitor6
visit, visit, visitUnknown
-
Field Details
-
tes
-
-
Constructor Details
-
EraseVisitor
-
-
Method Details
-
visitDeclared
- Specified by:
visitDeclaredin interfaceTypeVisitor<TypeMirror,Boolean>
-
visitTypeVariable
- Specified by:
visitTypeVariablein interfaceTypeVisitor<TypeMirror,Boolean> - Overrides:
visitTypeVariablein classSimpleTypeVisitor6<TypeMirror,Boolean>
-
visitWildcard
- Specified by:
visitWildcardin interfaceTypeVisitor<TypeMirror,Boolean>
-
defaultAction
- Overrides:
defaultActionin classSimpleTypeVisitor6<TypeMirror,S>
-
visit
-
visitArray
- Specified by:
visitArrayin interfaceTypeVisitor<TypeMirror,S> - Overrides:
visitArrayin classSimpleTypeVisitor6<TypeMirror,S>
-
visitExecutable
- Specified by:
visitExecutablein interfaceTypeVisitor<TypeMirror,S> - Overrides:
visitExecutablein classSimpleTypeVisitor6<TypeMirror,S>
-