Interface MethodDescription

All Known Implementing Classes:
Structures.ParsedMethodDescription

public interface MethodDescription
  • Method Details

    • isProcessed

      boolean isProcessed()
    • getElement

      Element getElement()
    • getMethod

      com.github.javaparser.ast.body.MethodDeclaration getMethod()
    • getPrototype

      com.github.javaparser.ast.expr.AnnotationExpr getPrototype()
    • getProperties

      PrototypeData getProperties()
    • getDescription

      PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> getDescription()