public final class MethodElement extends JavaElementBase<ExecutableElement,ExecutableType> implements org.revapi.java.spi.JavaMethodElement
element, environment, representation
Constructor and Description |
---|
MethodElement(ProbingEnvironment env,
org.revapi.Archive archive,
ExecutableElement element,
ExecutableType type) |
Modifier and Type | Method and Description |
---|---|
protected String |
createComparableSignature() |
protected String |
getHumanReadableElementType() |
org.revapi.java.spi.JavaTypeElement |
getParent() |
protected SortedSet<org.revapi.Element> |
newChildrenInstance() |
compareTo, createFullHumanReadableString, equals, getApi, getArchive, getChildren, getComparableSignature, getDeclaringElement, getFullHumanReadableString, getModelRepresentation, getTypeEnvironment, hashCode, isInherited, setInherited, setParent, toString
getDirectChildrenOfType, iterateOverChildren, searchChildren, searchChildren
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDeclaringElement, getModelRepresentation
as, getApi, getArchive, getChildren, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParent
compareTo
public MethodElement(ProbingEnvironment env, org.revapi.Archive archive, ExecutableElement element, ExecutableType type)
@Nonnull public org.revapi.java.spi.JavaTypeElement getParent()
getParent
in interface org.revapi.Element
getParent
in interface org.revapi.java.spi.JavaMethodElement
getParent
in interface org.revapi.java.spi.JavaModelElement
getParent
in class JavaElementBase<ExecutableElement,ExecutableType>
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class JavaElementBase<ExecutableElement,ExecutableType>
protected String createComparableSignature()
createComparableSignature
in class JavaElementBase<ExecutableElement,ExecutableType>
Copyright © 2017 Lukas Krejci. All Rights Reserved.