Interface ElementDescription
- All Known Implementing Classes:
Structures.ParsedElementDescription
public interface ElementDescription
-
Method Summary
Modifier and TypeMethodDescriptionPrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>com.github.javaparser.ast.NodegetNode()com.github.javaparser.ast.expr.AnnotationExprboolean
-
Method Details
-
isProcessed
boolean isProcessed() -
getElement
Element getElement() -
getNode
com.github.javaparser.ast.Node getNode() -
getPrototype
com.github.javaparser.ast.expr.AnnotationExpr getPrototype() -
getProperties
PrototypeData getProperties() -
getDescription
PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> getDescription()
-