Class Structures.Parsed<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
java.lang.Object
net.binis.codegen.generation.core.Structures.Parsed<T>
- All Implemented Interfaces:
PrototypeDescription<T>
- Enclosing class:
Structures
public static class Structures.Parsed<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
extends Object
implements PrototypeDescription<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEmbeddedModifier(net.binis.codegen.annotation.type.EmbeddedModifierType type) com.github.javaparser.ast.body.ClassOrInterfaceDeclarationgetRegisteredClass(String key) booleanhasEnricher(Class<? extends net.binis.codegen.enrich.Enricher> enricher) booleanbooleanisValid()voidvoidregisterClass(String key, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration declaration) voidvoidsetEmbeddedModifier(net.binis.codegen.annotation.type.EmbeddedModifierType type) 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.PrototypeDescription
getBase, getCompiled, getConstants, getCustomInitializers, getDeclaration, getEmbeddedModifierType, getFields, getFiles, getInitializers, getInterfaceFullName, getInterfaceName, getIntf, getMixIn, getParentClassName, getParsedFullName, getParsedName, getParser, getProperties, getPrototypeFileName, getSpec, isCodeEnum, isInvalid, isNested, isProcessed
-
Constructor Details
-
Parsed
public Parsed()
-
-
Method Details
-
getImplementorFullName
- Specified by:
getImplementorFullNamein interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
registerClass
public void registerClass(String key, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration declaration) - Specified by:
registerClassin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
getRegisteredClass
- Specified by:
getRegisteredClassin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
registerPostProcessAction
- Specified by:
registerPostProcessActionin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
processActions
public void processActions()- Specified by:
processActionsin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
isValid
public boolean isValid()- Specified by:
isValidin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
findField
- Specified by:
findFieldin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
addEmbeddedModifier
public void addEmbeddedModifier(net.binis.codegen.annotation.type.EmbeddedModifierType type) - Specified by:
addEmbeddedModifierin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
setEmbeddedModifier
public void setEmbeddedModifier(net.binis.codegen.annotation.type.EmbeddedModifierType type) - Specified by:
setEmbeddedModifierin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
hasOption
- Specified by:
hasOptionin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-
hasEnricher
- Specified by:
hasEnricherin interfacePrototypeDescription<T extends com.github.javaparser.ast.body.TypeDeclaration<T>>
-