public final class MissingClassElement extends TypeElement
environment, representation
Constructor | Description |
---|---|
MissingClassElement(ProbingEnvironment env,
String binaryName,
String canonicalName) |
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(org.revapi.Element o) |
|
TypeElement |
getDeclaringElement() |
|
protected String |
getHumanReadableElementType() |
|
DeclaredType |
getModelRepresentation() |
as, getApi, getArchive, getChildren, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParent
equals, getApi, getArchive, getChildren, getComparableSignature, getFullHumanReadableString, getParent, getTypeEnvironment, hashCode, isInherited, setInherited, setParent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDirectChildrenOfType, iterateOverChildren, newChildrenInstance, searchChildren, searchChildren
createComparableSignature, createFullHumanReadableString, getBinaryName, getCanonicalName, getUseSites, isInAPI, isInApiThroughUse, setInApi, setInApiThroughUse, setRawUseSites
public MissingClassElement(ProbingEnvironment env, String binaryName, String canonicalName)
public TypeElement getDeclaringElement()
getDeclaringElement
in class JavaElementBase<TypeElement,DeclaredType>
public DeclaredType getModelRepresentation()
getModelRepresentation
in class JavaElementBase<TypeElement,DeclaredType>
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class TypeElement
public int compareTo(@Nonnull org.revapi.Element o)
compareTo
in class TypeElement
Copyright © 2014-2018 Lukas Krejci. All Rights Reserved.