IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
internal.AnnotationAttributeBase Class Reference

Static Public Member Functions

static object[] unescapeInvalidSurrogates (object[] def)
 
static object newAnnotationInvocationHandler (object type, object memberValues)
 
static object newAnnotationTypeMismatchExceptionProxy (string msg)
 

Detailed Description

Definition at line 31 of file AnnotationAttributeBase.cs.

Member Function Documentation

◆ newAnnotationInvocationHandler()

static object internal.AnnotationAttributeBase.newAnnotationInvocationHandler ( object type,
object memberValues )
static

Definition at line 39 of file AnnotationAttributeBase.cs.

40 {
41#if FIRST_PASS
42 throw new NotImplementedException();
43#else
44 return new global::sun.reflect.annotation.AnnotationInvocationHandler((global::java.lang.Class)type, (global::java.util.Map)memberValues);
45#endif
46 }

◆ newAnnotationTypeMismatchExceptionProxy()

static object internal.AnnotationAttributeBase.newAnnotationTypeMismatchExceptionProxy ( string msg)
static

Definition at line 48 of file AnnotationAttributeBase.cs.

49 {
50#if FIRST_PASS
51 throw new NotImplementedException();
52#else
53 return new global::sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy(msg);
54#endif
55 }

◆ unescapeInvalidSurrogates()

static object[] internal.AnnotationAttributeBase.unescapeInvalidSurrogates ( object[] def)
static

Definition at line 34 of file AnnotationAttributeBase.cs.


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