Uses of Interface
net.binis.codegen.generation.core.interfaces.PrototypeField
| Package | Description |
|---|---|
| net.binis.codegen.enrich | |
| net.binis.codegen.enrich.handler | |
| net.binis.codegen.generation.core | |
| net.binis.codegen.generation.core.interfaces |
-
Uses of PrototypeField in net.binis.codegen.enrich
Methods in net.binis.codegen.enrich that return PrototypeField Modifier and Type Method Description PrototypeFieldPrototypeLookup. findField(String prototype, String name) -
Uses of PrototypeField in net.binis.codegen.enrich.handler
Methods in net.binis.codegen.enrich.handler with parameters of type PrototypeField Modifier and Type Method Description static voidFluentEnricherHandler. addMethod(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, boolean isClass, PrototypeField field) -
Uses of PrototypeField in net.binis.codegen.generation.core
Classes in net.binis.codegen.generation.core that implement PrototypeField Modifier and Type Class Description static classStructures.FieldDataMethods in net.binis.codegen.generation.core that return PrototypeField Modifier and Type Method Description PrototypeFieldPrototypeLookupHandler. findField(String prototype, String name)Methods in net.binis.codegen.generation.core with parameters of type PrototypeField Modifier and Type Method Description static voidGenerator. addGetter(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, com.github.javaparser.ast.body.MethodDeclaration declaration, boolean isClass, PrototypeField field)static voidCollectionsHandler. addModifier(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String modifierName, String className, boolean isClass)static voidGenerator. addSetter(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration type, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, com.github.javaparser.ast.body.MethodDeclaration declaration, boolean isClass, PrototypeField field)static booleanHelpers. ancestorMethodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName)static booleanHelpers. methodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, boolean isClass)static booleanHelpers. methodExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName, boolean isClass)static booleanHelpers. methodSignatureExists(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, PrototypeField declaration, String methodName) -
Uses of PrototypeField in net.binis.codegen.generation.core.interfaces
Methods in net.binis.codegen.generation.core.interfaces that return types with arguments of type PrototypeField Modifier and Type Method Description List<PrototypeField>PrototypeDescription. getFields()