public final class MethodElement
extends org.revapi.simple.SimpleElement
implements org.revapi.java.spi.JavaMethodElement
| Modifier and Type | Field and Description |
|---|---|
protected T |
element |
protected ProbingEnvironment |
environment |
| Constructor and Description |
|---|
MethodElement(ProbingEnvironment env,
org.revapi.Archive archive,
ExecutableElement element) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.revapi.Element o) |
protected String |
createComparableSignature() |
boolean |
equals(Object obj) |
org.revapi.API |
getApi() |
org.revapi.Archive |
getArchive() |
SortedSet<org.revapi.java.spi.JavaElement> |
getChildren() |
protected String |
getComparableSignature() |
String |
getFullHumanReadableString() |
protected String |
getHumanReadableElementType() |
T |
getModelElement() |
org.revapi.java.spi.TypeEnvironment |
getTypeEnvironment() |
int |
hashCode() |
protected SortedSet<org.revapi.Element> |
newChildrenInstance() |
String |
toString() |
getDirectChildrenOfType, getParent, iterateOverChildren, searchChildren, searchChildren, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApi, getArchive, getChildren, getFullHumanReadableString, getParent, iterateOverChildren, searchChildren, searchChildren, setParentcompareToprotected final ProbingEnvironment environment
protected T extends Element element
public MethodElement(ProbingEnvironment env, org.revapi.Archive archive, ExecutableElement element)
protected String createComparableSignature()
@Nonnull protected SortedSet<org.revapi.Element> newChildrenInstance()
newChildrenInstance in class org.revapi.simple.SimpleElement@Nonnull public org.revapi.API getApi()
getApi in interface org.revapi.Element@Nullable public org.revapi.Archive getArchive()
getArchive in interface org.revapi.Elementpublic int compareTo(org.revapi.Element o)
compareTo in interface Comparable<org.revapi.Element>@Nonnull public org.revapi.java.spi.TypeEnvironment getTypeEnvironment()
getTypeEnvironment in interface org.revapi.java.spi.JavaElement@Nonnull public T getModelElement()
getModelElement in interface org.revapi.java.spi.JavaModelElement@Nonnull public SortedSet<org.revapi.java.spi.JavaElement> getChildren()
getChildren in interface org.revapi.ElementgetChildren in class org.revapi.simple.SimpleElement@Nonnull public String getFullHumanReadableString()
getFullHumanReadableString in interface org.revapi.ElementgetFullHumanReadableString in class org.revapi.simple.SimpleElementprotected String getComparableSignature()
Copyright © 2015. All Rights Reserved.