blob: afd7bd4090c3373a02c55f8512a954c91b4ab7e3 [file] [log] [blame]
Line 48) isArray() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isArray()
Line 49) this.asArrayType().getComponentType().arrayLevel() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.arrayLevel()
Line 49) this.asArrayType().getComponentType() ==> com.github.javaparser.symbolsolver.model.typesystem.ArrayType.getComponentType()
Line 49) this.asArrayType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.asArrayType()
Line 73) isReferenceType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isReferenceType()
Line 73) isArray() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isArray()
Line 73) isTypeVariable() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isTypeVariable()
Line 73) isNull() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isNull()
Line 73) isWildcard() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isWildcard()
Line 106) String.format("%s is not an Array", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 110) String.format("%s is not a Reference Type", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 114) String.format("%s is not a Type parameter", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 118) String.format("%s is not a Type variable", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 122) String.format("%s is not a Primitive type", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 126) String.format("%s is not a Wildcard", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 130) String.format("%s is not a constraint type", this) ==> java.lang.String.format(java.lang.String, java.lang.Object...)
Line 156) replaceTypeVariables(tp, replaced, new HashMap<>()) ==> com.github.javaparser.symbolsolver.model.typesystem.Type.replaceTypeVariables(com.github.javaparser.symbolsolver.model.declarations.TypeParameterDeclaration, com.github.javaparser.symbolsolver.model.typesystem.Type, java.util.Map<com.github.javaparser.symbolsolver.model.declarations.TypeParameterDeclaration, com.github.javaparser.symbolsolver.model.typesystem.Type>)