Interface MethodDescription
- All Known Implementing Classes:
Structures.ParsedMethodDescription
public interface MethodDescription
-
Method Summary
Modifier and TypeMethodDescriptionPrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>com.github.javaparser.ast.body.MethodDeclarationcom.github.javaparser.ast.expr.AnnotationExprboolean
-
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()
-