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() |
protected SortedSet<org.revapi.Element> |
newChildrenInstance() |
compareTo, createFullHumanReadableString, equals, getApi, getArchive, getChildren, getComparableSignature, getDeclaringElement, getFullHumanReadableString, getModelRepresentation, getParent, getTypeEnvironment, hashCode, isInherited, setInherited, setParent, toString
getDirectChildrenOfType, iterateOverChildren, searchChildren, searchChildren
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDeclaringElement, getModelRepresentation
getApi, getArchive, getChildren, getFullHumanReadableString, iterateOverChildren, searchChildren, searchChildren, setParent
compareTo
public MethodElement(ProbingEnvironment env, org.revapi.Archive archive, ExecutableElement element, ExecutableType type)
@Nonnull protected String getHumanReadableElementType()
getHumanReadableElementType
in class JavaElementBase<ExecutableElement,ExecutableType>
protected String createComparableSignature()
createComparableSignature
in class JavaElementBase<ExecutableElement,ExecutableType>
Copyright © 2016 Lukas Krejci. All Rights Reserved.