Definition at line 31 of file AnnotationAttributeBase.cs.
◆ 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 |
The documentation for this class was generated from the following file: