public final class MissingClassElement extends TypeElement
Modifier and Type | Field and Description |
---|---|
protected ProbingEnvironment |
environment |
Constructor and Description |
---|
MissingClassElement(ProbingEnvironment env,
String binaryName,
String canonicalName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Element o) |
boolean |
equals(Object obj) |
API |
getApi() |
Archive |
getArchive() |
SortedSet<JavaElement> |
getChildren() |
protected String |
getComparableSignature() |
protected String |
getHumanReadableElementType() |
TypeElement |
getModelElement() |
TypeEnvironment |
getTypeEnvironment() |
int |
hashCode() |
String |
toString() |
createComparableSignature, getBinaryName, getCanonicalName, getFullHumanReadableString, isInnerClass
getDirectChildrenOfType, getParent, iterateOverChildren, newChildrenInstance, searchChildren, searchChildren, setParent
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTypeEnvironment
getApi, getArchive, getChildren, getParent, iterateOverChildren, searchChildren, searchChildren, setParent
protected final ProbingEnvironment environment
public MissingClassElement(ProbingEnvironment env, String binaryName, String canonicalName)
@Nonnull public TypeElement getModelElement()
getModelElement
in interface JavaModelElement
getModelElement
in interface JavaTypeElement
getModelElement
in class TypeElement
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class TypeElement
public int compareTo(@Nonnull Element o)
compareTo
in interface Comparable<Element>
compareTo
in class TypeElement
@Nullable public Archive getArchive()
getArchive
in interface Element
@Nonnull public TypeEnvironment getTypeEnvironment()
getTypeEnvironment
in interface JavaElement
@Nonnull public SortedSet<JavaElement> getChildren()
getChildren
in interface Element
getChildren
in class SimpleElement
protected String getComparableSignature()
Copyright © 2014. All rights reserved.