diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/javax/naming/CompoundName.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/javax/naming/CompoundName.h')
-rw-r--r-- | libjava/javax/naming/CompoundName.h | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/libjava/javax/naming/CompoundName.h b/libjava/javax/naming/CompoundName.h deleted file mode 100644 index a28724b..0000000 --- a/libjava/javax/naming/CompoundName.h +++ /dev/null @@ -1,77 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_naming_CompoundName__ -#define __javax_naming_CompoundName__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace javax - { - namespace naming - { - class CompoundName; - class Name; - } - } -} - -class javax::naming::CompoundName : public ::java::lang::Object -{ - - CompoundName(::java::util::Properties *); -public: // actually protected - CompoundName(::java::util::Enumeration *, ::java::util::Properties *); -public: - CompoundName(::java::lang::String *, ::java::util::Properties *); - virtual ::javax::naming::Name * add(jint, ::java::lang::String *); - virtual ::javax::naming::Name * add(::java::lang::String *); - virtual ::javax::naming::Name * addAll(jint, ::javax::naming::Name *); - virtual ::javax::naming::Name * addAll(::javax::naming::Name *); - virtual ::java::lang::Object * clone(); - virtual jint compareTo(::java::lang::Object *); - virtual jboolean endsWith(::javax::naming::Name *); - virtual jboolean equals(::java::lang::Object *); - virtual ::java::lang::String * get(jint); - virtual ::java::util::Enumeration * getAll(); - virtual ::javax::naming::Name * getPrefix(jint); - virtual ::javax::naming::Name * getSuffix(jint); - virtual jint hashCode(); - virtual jboolean isEmpty(); - virtual ::java::lang::Object * remove(jint); - virtual jint size(); - virtual jboolean startsWith(::javax::naming::Name *); -private: - ::java::lang::String * isSpecial(::java::lang::String *, jint); -public: - virtual ::java::lang::String * toString(); -private: - ::java::lang::String * canonicalize(::java::lang::String *); - void initializeSyntax(); - void readObject(::java::io::ObjectInputStream *); - void writeObject(::java::io::ObjectOutputStream *); - static const jlong serialVersionUID = 3513100557083972036LL; -public: // actually protected - ::java::util::Properties * __attribute__((aligned(__alignof__( ::java::lang::Object)))) mySyntax; -private: - ::java::util::Vector * elts; - jint direction; - ::java::lang::String * separator; - jboolean ignoreCase; - ::java::lang::String * escape; - ::java::lang::String * beginQuote; - ::java::lang::String * endQuote; - ::java::lang::String * beginQuote2; - ::java::lang::String * endQuote2; - jboolean trimBlanks; - static const jint RIGHT_TO_LEFT = -1; - static const jint LEFT_TO_RIGHT = 1; - static const jint FLAT = 0; -public: - static ::java::lang::Class class$; -}; - -#endif // __javax_naming_CompoundName__ |