public class ProcessedType extends Object
enclosingType and methods are processed| Constructor and Description |
|---|
ProcessedType(Elements elements,
TypeElement enclosingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(ExecutableElement method)
Adds method to be considered as processed
|
boolean |
overrides(ExecutableElement targetMethod) |
public ProcessedType(Elements elements, TypeElement enclosingType)
public void addMethod(ExecutableElement method)
method - a processed methodpublic boolean overrides(ExecutableElement targetMethod)
targetMethod - the methodtargetMethod overrides one of the processed methods, false otherwiseCopyright © 2019–2021 Dominokit. All rights reserved.