public final class MissingClassElement extends TypeElement
representationarchive, environment| Constructor and Description |
|---|
MissingClassElement(ProbingEnvironment env,
String binaryName,
String canonicalName) |
| Modifier and Type | Method and Description |
|---|---|
MissingClassElement |
clone() |
int |
compareTo(org.revapi.Element o) |
TypeElement |
getDeclaringElement() |
protected String |
getHumanReadableElementType() |
DeclaredType |
getModelRepresentation() |
createComparableSignature, createFullHumanReadableString, getBinaryName, getCanonicalName, getUseSites, isInAPI, isInApiThroughUse, setInApi, setInApiThroughUse, setRawUseSitesequals, getApi, getChildren, getComparableSignature, getFullHumanReadableString, getParent, hashCode, isInherited, setInherited, setParent, toStringgetArchive, getTypeEnvironment, setArchivegetDirectChildrenOfType, iterateOverChildren, newChildrenInstance, searchChildren, searchChildrenpublic MissingClassElement(ProbingEnvironment env, String binaryName, String canonicalName)
public TypeElement getDeclaringElement()
getDeclaringElement in interface org.revapi.java.spi.JavaModelElementgetDeclaringElement in interface org.revapi.java.spi.JavaTypeElementgetDeclaringElement in class JavaElementBase<TypeElement,DeclaredType>public DeclaredType getModelRepresentation()
getModelRepresentation in interface org.revapi.java.spi.JavaModelElementgetModelRepresentation in interface org.revapi.java.spi.JavaTypeElementgetModelRepresentation in class JavaElementBase<TypeElement,DeclaredType>@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType in class TypeElementpublic int compareTo(@Nonnull org.revapi.Element o)
compareTo in interface Comparable<org.revapi.Element>compareTo in class TypeElementpublic MissingClassElement clone()
clone in class TypeElementCopyright © 2014-2020 Lukas Krejci. All Rights Reserved.