|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Enumerations | |
| enum | HideFromJavaFlags : byte { All = Code | Reflection | StackWalk | StackTrace , None = 0 , Code = 1 , Reflection = 2 , StackWalk = 4 , StackTrace = 8 } |
| enum | Modifiers : ushort { Public = 0x0001 , Private = 0x0002 , Protected = 0x0004 , Static = 0x0008 , Final = 0x0010 , Super = 0x0020 , Synchronized = 0x0020 , Volatile = 0x0040 , Bridge = 0x0040 , Transient = 0x0080 , VarArgs = 0x0080 , Native = 0x0100 , Interface = 0x0200 , Abstract = 0x0400 , Strictfp = 0x0800 , Synthetic = 0x1000 , Annotation = 0x2000 , Enum = 0x4000 , AccessMask = Public | Private | Protected } |
| enum IKVM.Attributes.HideFromJavaFlags : byte |
| Enumerator | |
|---|---|
| All | |
| None | |
| Code | |
| Reflection | |
| StackWalk | |
| StackTrace | |
Definition at line 30 of file HideFromJavaFlags.cs.
| enum IKVM.Attributes.Modifiers : ushort |
| Enumerator | |
|---|---|
| Public | |
| Private | |
| Protected | |
| Static | |
| Final | |
| Super | |
| Synchronized | |
| Volatile | |
| Bridge | |
| Transient | |
| VarArgs | |
| Native | |
| Interface | |
| Abstract | |
| Strictfp | |
| Synthetic | |
| Annotation | |
| Enum | |
| AccessMask | |
Definition at line 30 of file Modifiers.cs.