fun forEachDecl(variableType: TypeName, variableName: String, collection: CodeExpression, block: CodeFunc): Unitfun forEachDecl(variableType: Type, variableName: String, collection: CodeExpression, block: CodeFunc): Unitfun forEachDecl(variableType: KClass<*>, variableName: String, collection: CodeExpression, block: CodeFunc): Unit