Class Structures.ParsedElementDescription
java.lang.Object
net.binis.codegen.generation.core.Structures.ParsedElementDescription
- All Implemented Interfaces:
ElementDescription
- Enclosing class:
Structures
public static class Structures.ParsedElementDescription
extends Object
implements ElementDescription
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>protected Elementprotected com.github.javaparser.ast.Nodeprotected 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.ElementDescription
getDescription, getElement, getNode, getProperties, getPrototype, isProcessed
-
Field Details
-
processed
protected boolean processed -
element
-
node
protected com.github.javaparser.ast.Node node -
prototype
protected com.github.javaparser.ast.expr.AnnotationExpr prototype -
properties
-
description
protected PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> description
-
-
Constructor Details
-
ParsedElementDescription
public ParsedElementDescription()
-