Class JVarWildcardingVisitor
java.lang.Object
honeyroasted.jype.system.visitor.visitors.JVarWildcardingVisitor
- All Implemented Interfaces:
JTypeVisitor<JType, JTypeCache<JType,,JType>> JDeepStructuralTypeMappingVisitor,JSimpleTypeVisitor<JType, JTypeCache<JType,,JType>> JTypeMappingVisitor<JTypeCache<JType,,JType>> Function<JType,JType>
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.system.visitor.visitors.JTypeMappingVisitor
JTypeMappingVisitor.Default<P> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanoverridesVarType(JVarType type) varTypeOverride(JVarType type, JTypeCache<JType, JType> cache) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface honeyroasted.jype.system.visitor.visitors.JDeepStructuralTypeMappingVisitor
arrayTypeOverride, classTypeOverride, fieldTypeOverride, intersectionTypeOverride, metaVarTypeOverride, methodTypeOverride, noneTypeOverride, overridesArrayType, overridesClassType, overridesFieldType, overridesIntersectionType, overridesMetaVarType, overridesMethodType, overridesNoneType, overridesPrimitiveType, overridesWildcardType, primitiveTypeOverride, visit, visitArrayType, visitClassType, visitFieldType, visitIntersectionType, visitMetaVarType, visitMethodType, visitNoneType, visitPrimitiveType, visitVarType, visitWildcardType, wildcardTypeOverrideMethods inherited from interface honeyroasted.jype.system.visitor.visitors.JTypeMappingVisitor
andThen, andThen, apply, visit, visit, visitType, withContextMethods inherited from interface honeyroasted.jype.system.visitor.JTypeVisitor
mapResult, visit, withContext
-
Constructor Details
-
JVarWildcardingVisitor
public JVarWildcardingVisitor()
-
-
Method Details
-
visitStructural
public boolean visitStructural()- Specified by:
visitStructuralin interfaceJDeepStructuralTypeMappingVisitor
-
overridesVarType
- Specified by:
overridesVarTypein interfaceJDeepStructuralTypeMappingVisitor
-
varTypeOverride
- Specified by:
varTypeOverridein interfaceJDeepStructuralTypeMappingVisitor
-