public final class MissingClassElement extends TypeElement
representation
archive, 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, setRawUseSites
equals, getApi, getChildren, getComparableSignature, getFullHumanReadableString, getParent, hashCode, isInherited, setInherited, setParent, toString
getArchive, getTypeEnvironment, setArchive
getDirectChildrenOfType, iterateOverChildren, newChildrenInstance, searchChildren, searchChildren
public MissingClassElement(ProbingEnvironment env, String binaryName, String canonicalName)
public TypeElement getDeclaringElement()
getDeclaringElement
in interface org.revapi.java.spi.JavaModelElement
getDeclaringElement
in interface org.revapi.java.spi.JavaTypeElement
getDeclaringElement
in class JavaElementBase<TypeElement,DeclaredType>
public DeclaredType getModelRepresentation()
getModelRepresentation
in interface org.revapi.java.spi.JavaModelElement
getModelRepresentation
in interface org.revapi.java.spi.JavaTypeElement
getModelRepresentation
in class JavaElementBase<TypeElement,DeclaredType>
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class TypeElement
public int compareTo(@Nonnull org.revapi.Element o)
compareTo
in interface Comparable<org.revapi.Element>
compareTo
in class TypeElement
public MissingClassElement clone()
clone
in class TypeElement
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.