Uses of Class
net.binis.codegen.compiler.CGVariableDecl
Packages that use CGVariableDecl
Package
Description
-
Uses of CGVariableDecl in net.binis.codegen.compiler
Fields in net.binis.codegen.compiler with type parameters of type CGVariableDeclMethods in net.binis.codegen.compiler that return CGVariableDeclModifier and TypeMethodDescriptionstatic CGVariableDeclTreeMaker.ReceiverVarDef(CGModifiers mods, CGName name, CGExpression vartype) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init) TreeMaker.VarDef(CGModifiers mods, CGName name, CGExpression vartype, CGExpression init, boolean declaredUsingVar) TreeMaker.VarDef(CGVarSymbol symbol, CGExpression init) Methods in net.binis.codegen.compiler that return types with arguments of type CGVariableDecl -
Uses of CGVariableDecl in net.binis.codegen.compiler.utils
Methods in net.binis.codegen.compiler.utils that return CGVariableDeclModifier and TypeMethodDescriptionstatic CGVariableDeclstatic CGVariableDeclElementFieldUtils.addField(Element element, String name, Class<?> type, long flags, CGExpression init) static CGVariableDeclElementMethodUtils.createParameter(Class<?> cls, String name) Methods in net.binis.codegen.compiler.utils with parameters of type CGVariableDeclModifier and TypeMethodDescriptionstatic CGExpressionElementFieldUtils.copyType(TreeMaker treeMaker, CGVariableDecl field) Method parameters in net.binis.codegen.compiler.utils with type arguments of type CGVariableDeclModifier and TypeMethodDescriptionstatic CGMethodDeclarationElementMethodUtils.addConstructor(Element element, long flags, List<CGVariableDecl> params) static CGMethodDeclarationElementMethodUtils.addConstructor(CGClassDeclaration cls, long flags, List<CGVariableDecl> params) static CGMethodDeclarationElementMethodUtils.addMethod(Element element, String name, Class<?> returnType, long flags, List<CGVariableDecl> params, CGBlock body) -
Uses of CGVariableDecl in net.binis.codegen.enrich.handler.constructor
Methods in net.binis.codegen.enrich.handler.constructor that return types with arguments of type CGVariableDeclModifier and TypeMethodDescriptionprotected Stream<CGVariableDecl> AllArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected abstract Stream<CGVariableDecl> BaseArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> NoArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> NotInitializedArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> RequiredArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) Method parameters in net.binis.codegen.enrich.handler.constructor with type arguments of type CGVariableDeclModifier and TypeMethodDescriptionprotected Stream<CGVariableDecl> AllArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected abstract Stream<CGVariableDecl> BaseArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> NoArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> NotInitializedArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected Stream<CGVariableDecl> RequiredArgsConstructorEnricherHandler.applyFieldsFilter(Stream<CGVariableDecl> stream) protected voidBaseArgsConstructorEnricherHandler.createConstructor(CGClassDeclaration cls, List<CGVariableDecl> fields) protected booleanBaseArgsConstructorEnricherHandler.matchParamTypes(CGMethodDeclaration method, List<CGVariableDecl> fields)