|
LibreOffice Module codemaker (master) 1
|
#include <sal/config.h>#include <algorithm>#include <cassert>#include <cstdlib>#include <map>#include <memory>#include <set>#include <string_view>#include <utility>#include <vector>#include <codemaker/codemaker.hxx>#include <codemaker/exceptiontree.hxx>#include <codemaker/generatedtypeset.hxx>#include <codemaker/global.hxx>#include <codemaker/options.hxx>#include <codemaker/typemanager.hxx>#include <codemaker/unotype.hxx>#include <codemaker/commonjava.hxx>#include <rtl/ref.hxx>#include <rtl/strbuf.hxx>#include <rtl/string.hxx>#include <rtl/ustrbuf.hxx>#include <rtl/ustring.hxx>#include <sal/types.h>#include <unoidl/unoidl.hxx>#include <o3tl/string_view.hxx>#include "classfile.hxx"#include "javaoptions.hxx"#include "javatype.hxx"Go to the source code of this file.
Functions | |
| void | produce (OUString const &name, rtl::Reference< TypeManager > const &manager, codemaker::GeneratedTypeSet &generated, JavaOptions const &options) |
| void produce | ( | OUString const & | name, |
| rtl::Reference< TypeManager > const & | manager, | ||
| codemaker::GeneratedTypeSet & | generated, | ||
| JavaOptions const & | options | ||
| ) |
Definition at line 2447 of file javatype.cxx.
References codemaker::UnoType::AccumulationBasedService, codemaker::GeneratedTypeSet::add(), codemaker::UnoType::ConstantGroup, codemaker::GeneratedTypeSet::contains(), d, codemaker::UnoType::Enum, codemaker::UnoType::Exception, codemaker::UnoType::Interface, codemaker::UnoType::InterfaceBasedSingleton, Options::isValid(), manager, codemaker::UnoType::Module, name, codemaker::UnoType::PlainStruct, codemaker::UnoType::PolymorphicStructTemplate, prefix, produce(), codemaker::UnoType::ServiceBasedSingleton, codemaker::UnoType::SingleInterfaceBasedService, codemaker::UnoType::Typedef, and u2b().
Referenced by produce().