Class Structures.ParsedMethodDescription
java.lang.Object
net.binis.codegen.generation.core.Structures.ParsedMethodDescription
- All Implemented Interfaces:
MethodDescription
- Enclosing class:
Structures
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>protected Elementprotected com.github.javaparser.ast.body.MethodDeclarationprotected booleanprotected PrototypeDataprotected com.github.javaparser.ast.expr.AnnotationExpr -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.binis.codegen.generation.core.interfaces.MethodDescription
getDescription, getElement, getMethod, getProperties, getPrototype, isProcessed
-
Field Details
-
processed
protected boolean processed -
element
-
method
protected com.github.javaparser.ast.body.MethodDeclaration method -
prototype
protected com.github.javaparser.ast.expr.AnnotationExpr prototype -
properties
-
description
protected PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description
-
-
Constructor Details
-
ParsedMethodDescription
public ParsedMethodDescription()
-