IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Java.Externs.sun.reflect.ConstantPool Class Reference

Static Public Member Functions

static int getSize0 (object thisConstantPool, object constantPoolOop)
 
static object getClassAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static object getClassAtIfLoaded0 (object thisConstantPool, object constantPoolOop, int index)
 
static object getMethodAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static object getMethodAtIfLoaded0 (object thisConstantPool, object constantPoolOop, int index)
 
static object getFieldAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static object getFieldAtIfLoaded0 (object thisConstantPool, object constantPoolOop, int index)
 
static string[] getMemberRefInfoAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static int getIntAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static long getLongAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static float getFloatAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static double getDoubleAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static string getStringAt0 (object thisConstantPool, object constantPoolOop, int index)
 
static string getUTF8At0 (object thisConstantPool, object constantPoolOop, int index)
 

Detailed Description

Definition at line 29 of file ConstantPool.cs.

Member Function Documentation

◆ getClassAt0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getClassAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 37 of file ConstantPool.cs.

38 {
39 throw new NotImplementedException();
40 }

◆ getClassAtIfLoaded0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getClassAtIfLoaded0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 42 of file ConstantPool.cs.

43 {
44 throw new NotImplementedException();
45 }

◆ getDoubleAt0()

static double IKVM.Java.Externs.sun.reflect.ConstantPool.getDoubleAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 87 of file ConstantPool.cs.

88 {
89 throw new NotImplementedException();
90 }

◆ getFieldAt0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getFieldAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 57 of file ConstantPool.cs.

58 {
59 throw new NotImplementedException();
60 }

◆ getFieldAtIfLoaded0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getFieldAtIfLoaded0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 62 of file ConstantPool.cs.

63 {
64 throw new NotImplementedException();
65 }

◆ getFloatAt0()

static float IKVM.Java.Externs.sun.reflect.ConstantPool.getFloatAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 82 of file ConstantPool.cs.

83 {
84 throw new NotImplementedException();
85 }

◆ getIntAt0()

static int IKVM.Java.Externs.sun.reflect.ConstantPool.getIntAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 72 of file ConstantPool.cs.

73 {
74 throw new NotImplementedException();
75 }

◆ getLongAt0()

static long IKVM.Java.Externs.sun.reflect.ConstantPool.getLongAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 77 of file ConstantPool.cs.

78 {
79 throw new NotImplementedException();
80 }

◆ getMemberRefInfoAt0()

static string[] IKVM.Java.Externs.sun.reflect.ConstantPool.getMemberRefInfoAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 67 of file ConstantPool.cs.

68 {
69 throw new NotImplementedException();
70 }

◆ getMethodAt0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getMethodAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 47 of file ConstantPool.cs.

48 {
49 throw new NotImplementedException();
50 }

◆ getMethodAtIfLoaded0()

static object IKVM.Java.Externs.sun.reflect.ConstantPool.getMethodAtIfLoaded0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 52 of file ConstantPool.cs.

53 {
54 throw new NotImplementedException();
55 }

◆ getSize0()

static int IKVM.Java.Externs.sun.reflect.ConstantPool.getSize0 ( object thisConstantPool,
object constantPoolOop )
static

Definition at line 32 of file ConstantPool.cs.

33 {
34 throw new NotImplementedException();
35 }

◆ getStringAt0()

static string IKVM.Java.Externs.sun.reflect.ConstantPool.getStringAt0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 92 of file ConstantPool.cs.

93 {
94 throw new NotImplementedException();
95 }

◆ getUTF8At0()

static string IKVM.Java.Externs.sun.reflect.ConstantPool.getUTF8At0 ( object thisConstantPool,
object constantPoolOop,
int index )
static

Definition at line 97 of file ConstantPool.cs.

98 {
99 throw new NotImplementedException();
100 }

The documentation for this class was generated from the following file: