public final class MethodElement extends JavaElementBase<ExecutableElement,ExecutableType> implements org.revapi.java.spi.JavaMethodElement
element, representationenvironment| Constructor and Description |
|---|
MethodElement(ProbingEnvironment env,
org.revapi.Archive archive,
ExecutableElement element,
ExecutableType type) |
| Modifier and Type | Method and Description |
|---|---|
MethodElement |
clone() |
protected String |
createComparableSignature() |
static String |
createComparableSignature(ExecutableElement m,
TypeMirror mType) |
protected String |
getHumanReadableElementType() |
org.revapi.java.spi.JavaTypeElement |
getParent() |
boolean |
isConstructor() |
cloneUnder, compareTo, createFullHumanReadableString, equals, getApi, getComparableSignature, getDeclaringElement, getFullHumanReadableString, getModelRepresentation, hashCode, isInherited, setInherited, setParent, toStringgetTypeEnvironment, setArchivecastThis, getArchive, getChildren, iterateOverChildren, newChildrenInstance, searchChildren, searchChildrenfinalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaringElement, getModelRepresentationas, getApi, getArchive, getChildren, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParent, streamcompareTopublic MethodElement(ProbingEnvironment env, org.revapi.Archive archive, ExecutableElement element, ExecutableType type)
public static String createComparableSignature(ExecutableElement m, TypeMirror mType)
@Nonnull public org.revapi.java.spi.JavaTypeElement getParent()
getParent in interface org.revapi.Element<org.revapi.java.spi.JavaElement>getParent in interface org.revapi.java.spi.JavaMethodElementgetParent in interface org.revapi.java.spi.JavaModelElementgetParent in class JavaElementBase<ExecutableElement,ExecutableType>public boolean isConstructor()
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType in class JavaElementBase<ExecutableElement,ExecutableType>protected String createComparableSignature()
createComparableSignature in class JavaElementBase<ExecutableElement,ExecutableType>public MethodElement clone()
clone in class JavaElementBase<ExecutableElement,ExecutableType>Copyright © 2014-2021 Lukas Krejci. All Rights Reserved.