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 Constructor Description Parsed() -
Method Summary
Modifier and Type Method Description StringgetImplementorFullName()com.github.javaparser.ast.body.ClassOrInterfaceDeclarationgetRegisteredClass(String key)booleanisValid()voidprocessActions()voidregisterClass(String key, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration declaration)voidregisterPostProcessAction(Runnable task)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, getDeclaration, getFields, getFiles, getInitializers, getInterfaceFullName, getInterfaceName, getIntf, getMixIn, getParsedFullName, getParsedName, getParser, getProperties, getPrototypeFileName, getSpec, isNested
-
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>>
-