Interface JToStringVisitor
- All Superinterfaces:
JTypeVisitor<String, Set<JType>>
- All Known Implementing Classes:
JSimpleToStringVisitor,JVerboseToStringVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.system.visitor.JTypeVisitor
JTypeVisitor.Default<R,P> -
Method Summary
Modifier and TypeMethodDescriptionarrayToString(JArrayType type, Set<JType> context) classToString(JClassType type, Set<JType> context) intersectionToString(JIntersectionType type, Set<JType> context) metaVarToString(JMetaVarType type, Set<JType> context) methodToString(JMethodType type, Set<JType> context) noneToString(JNoneType type, Set<JType> context) primToString(JPrimitiveType type, Set<JType> context) varToString(JVarType type, Set<JType> context) default Stringdefault StringvisitArrayType(JArrayType type, Set<JType> context) default StringvisitClassType(JClassType type, Set<JType> context) default StringvisitIntersectionType(JIntersectionType type, Set<JType> context) default StringvisitMetaVarType(JMetaVarType type, Set<JType> context) default StringvisitMethodType(JMethodType type, Set<JType> context) default StringvisitNoneType(JNoneType type, Set<JType> context) default StringvisitPrimitiveType(JPrimitiveType type, Set<JType> context) default StringvisitVarType(JVarType type, Set<JType> context) default StringvisitWildcardType(JWildType type, Set<JType> context) wildcardToString(JWildType type, Set<JType> context) Methods inherited from interface honeyroasted.jype.system.visitor.JTypeVisitor
mapResult, visit, visitFieldType, visitType, withContext, withContext
-
Method Details
-
visit
-
visitClassType
- Specified by:
visitClassTypein interfaceJTypeVisitor<String, Set<JType>>
-
classToString
-
visitWildcardType
- Specified by:
visitWildcardTypein interfaceJTypeVisitor<String, Set<JType>>
-
wildcardToString
-
visitArrayType
- Specified by:
visitArrayTypein interfaceJTypeVisitor<String, Set<JType>>
-
arrayToString
-
visitIntersectionType
- Specified by:
visitIntersectionTypein interfaceJTypeVisitor<String, Set<JType>>
-
intersectionToString
-
visitMethodType
- Specified by:
visitMethodTypein interfaceJTypeVisitor<String, Set<JType>>
-
methodToString
-
visitVarType
- Specified by:
visitVarTypein interfaceJTypeVisitor<String, Set<JType>>
-
varToString
-
visitPrimitiveType
- Specified by:
visitPrimitiveTypein interfaceJTypeVisitor<String, Set<JType>>
-
primToString
-
visitMetaVarType
- Specified by:
visitMetaVarTypein interfaceJTypeVisitor<String, Set<JType>>
-
metaVarToString
-
visitNoneType
- Specified by:
visitNoneTypein interfaceJTypeVisitor<String, Set<JType>>
-
noneToString
-