Uses of Class
net.binis.codegen.generation.core.Structures.Ignores
Packages that use Structures.Ignores
-
Uses of Structures.Ignores in net.binis.codegen.generation.core
Fields in net.binis.codegen.generation.core declared as Structures.IgnoresMethods in net.binis.codegen.generation.core that return Structures.IgnoresModifier and TypeMethodDescriptionstatic Structures.IgnoresHelpers.getIgnores(com.github.javaparser.ast.body.BodyDeclaration<?> member) static Structures.IgnoresHelpers.getIgnores(com.github.javaparser.ast.CompilationUnit unit, com.github.javaparser.ast.body.BodyDeclaration<?> member) static Structures.IgnoresHelpers.getIgnores(AnnotatedElement element) Methods in net.binis.codegen.generation.core with parameters of type Structures.IgnoresModifier and TypeMethodDescriptionstatic voidHelpers.handleAnnotationIgnores(com.github.javaparser.ast.nodeTypes.NodeWithAnnotations node, Structures.Ignores ignores) static voidHelpers.handleAnnotationIgnores(Supplier<com.github.javaparser.ast.nodeTypes.NodeWithAnnotations> node, Structures.Ignores ignores) Constructors in net.binis.codegen.generation.core with parameters of type Structures.IgnoresModifierConstructorDescriptionCustomParsed(String id, boolean processed, boolean invalid, com.github.javaparser.JavaParser parser, Class<?> compiled, String prototypeFileName, String prototypeClassName, Structures.PrototypeDataHandler properties, List<Structures.PrototypeDataHandler> additionalProperties, String parsedName, String parsedFullName, String interfaceName, String interfaceFullName, Structures.Ignores ignores, Map<String, PrototypeConstant> constants, com.github.javaparser.ast.body.TypeDeclaration<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> declaration, com.github.javaparser.ast.CompilationUnit declarationUnit, List<com.github.javaparser.ast.CompilationUnit> files, Map<String, Structures.GeneratedFileHandler> custom, Structures.Parsed<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> base, Structures.Parsed<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> mixIn, boolean nested, boolean external, boolean codeEnum, String parentClassName, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration parent, PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> parentParsed, String parentPackage, net.binis.codegen.annotation.type.EmbeddedModifierType embeddedModifierType, Map<String, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> classes, List<PrototypeField> fields, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration spec, com.github.javaparser.ast.body.ClassOrInterfaceDeclaration intf, com.github.javaparser.ast.CompilationUnit interfaceUnit, com.github.javaparser.ast.CompilationUnit implementationUnit, Map<String, List<ElementDescription>> elements, Element element, List<Parsables.Entry.Bag> rawElements, List<org.apache.commons.lang3.tuple.Triple<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration, com.github.javaparser.ast.Node, PrototypeDescription<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>>> initializers, List<Consumer<com.github.javaparser.ast.stmt.BlockStmt>> customInitializers, List<Runnable> postProcessActions) -
Uses of Structures.Ignores in net.binis.codegen.generation.core.interfaces
Methods in net.binis.codegen.generation.core.interfaces that return Structures.Ignores