classfile.hxx (2037b4de) classfile.hxx (a8aaf3e3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27#include "codemaker/unotype.hxx"
28#include "sal/types.h"
29
30#include <list>
31#include <map>
32#include <utility>
33#include <vector>
34
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 18 unchanged lines hidden (view full) ---

27#include "codemaker/unotype.hxx"
28#include "sal/types.h"
29
30#include <list>
31#include <map>
32#include <utility>
33#include <vector>
34
35#include <rtl/string.hxx>
36
35class FileStream;
37class FileStream;
36namespace rtl { class OString; }
37
38namespace codemaker { namespace javamaker {
39
40class ClassFile {
41public:
42 enum AccessFlags {
43 ACC_PUBLIC = 0x0001,
44 ACC_PRIVATE = 0x0002,

--- 226 unchanged lines hidden ---
38
39namespace codemaker { namespace javamaker {
40
41class ClassFile {
42public:
43 enum AccessFlags {
44 ACC_PUBLIC = 0x0001,
45 ACC_PRIVATE = 0x0002,

--- 226 unchanged lines hidden ---