Proxy$ClassFactory.h 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_reflect_Proxy$ClassFactory__
  3. #define __java_lang_reflect_Proxy$ClassFactory__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. class java::lang::reflect::Proxy$ClassFactory : public ::java::lang::Object
  8. {
  9. public: // actually package-private
  10. Proxy$ClassFactory(::java::lang::reflect::Proxy$ProxyData *);
  11. private:
  12. void emitMethod(jint, JArray< ::java::lang::Class * > *);
  13. public: // actually package-private
  14. ::java::lang::Class * generate(::java::lang::ClassLoader *);
  15. private:
  16. void putU1(jint);
  17. void putU2(jint);
  18. void putU4(jint);
  19. void putConst(jint);
  20. void putLoad(jint, ::java::lang::Class *);
  21. ::java::lang::String * wrapper(::java::lang::Class *);
  22. jchar utf8Info(::java::lang::String *);
  23. jchar classInfo(::java::lang::String *);
  24. jchar classInfo(::java::lang::Class *);
  25. jchar refInfo(jbyte, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *);
  26. jchar nameAndTypeInfo(::java::lang::String *, ::java::lang::String *);
  27. ::java::lang::String * toUtf8(::java::lang::String *);
  28. jchar poolIndex(::java::lang::String *);
  29. static const jbyte FIELD = 1;
  30. static const jbyte METHOD = 2;
  31. static const jbyte INTERFACE = 3;
  32. static ::java::lang::String * CTOR_SIG;
  33. static ::java::lang::String * INVOKE_SIG;
  34. static const jchar ACONST_NULL = 1;
  35. static const jchar ICONST_0 = 3;
  36. static const jchar BIPUSH = 16;
  37. static const jchar SIPUSH = 17;
  38. static const jchar ILOAD = 21;
  39. static const jchar ILOAD_0 = 26;
  40. static const jchar ALOAD_0 = 42;
  41. static const jchar ALOAD_1 = 43;
  42. static const jchar AALOAD = 50;
  43. static const jchar AASTORE = 83;
  44. static const jchar DUP = 89;
  45. static const jchar DUP_X1 = 90;
  46. static const jchar SWAP = 95;
  47. static const jchar IRETURN = 172;
  48. static const jchar LRETURN = 173;
  49. static const jchar FRETURN = 174;
  50. static const jchar DRETURN = 175;
  51. static const jchar ARETURN = 176;
  52. static const jchar RETURN = 177;
  53. static const jchar GETSTATIC = 178;
  54. static const jchar GETFIELD = 180;
  55. static const jchar INVOKEVIRTUAL = 182;
  56. static const jchar INVOKESPECIAL = 183;
  57. static const jchar INVOKEINTERFACE = 185;
  58. static const jchar NEW = 187;
  59. static const jchar ANEWARRAY = 189;
  60. static const jchar ATHROW = 191;
  61. static const jchar CHECKCAST = 192;
  62. ::java::lang::StringBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) pool;
  63. ::java::lang::StringBuffer * stream;
  64. ::java::util::Map * poolEntries;
  65. ::java::lang::String * qualName;
  66. JArray< ::java::lang::reflect::Method * > * methods;
  67. public:
  68. static ::java::lang::Class class$;
  69. };
  70. #endif // __java_lang_reflect_Proxy$ClassFactory__