Class JVerboseToStringVisitor
java.lang.Object
honeyroasted.jype.system.visitor.visitors.JVerboseToStringVisitor
- All Implemented Interfaces:
JTypeVisitor<String, Set<JType>>,JToStringVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.system.visitor.JTypeVisitor
JTypeVisitor.Default<R,P> -
Constructor Summary
ConstructorsConstructorDescriptionJVerboseToStringVisitor(boolean includeVarBounds, boolean includeClassSupertypes, boolean includeTypeParameters, boolean includeTypeArguments, boolean includeMethodExceptions, String startWrap, String endWrap) -
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) visitFieldType(JFieldReference type, Set<JType> context) wildcardToString(JWildType type, Set<JType> context) Methods 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.JToStringVisitor
visit, visitArrayType, visitClassType, visitIntersectionType, visitMetaVarType, visitMethodType, visitNoneType, visitPrimitiveType, visitVarType, visitWildcardTypeMethods inherited from interface honeyroasted.jype.system.visitor.JTypeVisitor
mapResult, visit, visitType, withContext, withContext
-
Constructor Details
-
JVerboseToStringVisitor
-
-
Method Details
-
classToString
- Specified by:
classToStringin interfaceJToStringVisitor
-
wildcardToString
- Specified by:
wildcardToStringin interfaceJToStringVisitor
-
arrayToString
- Specified by:
arrayToStringin interfaceJToStringVisitor
-
intersectionToString
- Specified by:
intersectionToStringin interfaceJToStringVisitor
-
methodToString
- Specified by:
methodToStringin interfaceJToStringVisitor
-
varToString
- Specified by:
varToStringin interfaceJToStringVisitor
-
primToString
- Specified by:
primToStringin interfaceJToStringVisitor
-
metaVarToString
- Specified by:
metaVarToStringin interfaceJToStringVisitor
-
noneToString
- Specified by:
noneToStringin interfaceJToStringVisitor
-
visitFieldType
- Specified by:
visitFieldTypein interfaceJTypeVisitor<String, Set<JType>>
-