|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Go to the source code of this file.
Namespaces | |
| namespace | IKVM |
| namespace | IKVM.Attributes |
Enumerations | |
| enum | IKVM.Attributes.Modifiers : ushort { IKVM.Attributes.Public = 0x0001 , IKVM.Attributes.Private = 0x0002 , IKVM.Attributes.Protected = 0x0004 , IKVM.Attributes.Static = 0x0008 , IKVM.Attributes.Final = 0x0010 , IKVM.Attributes.Super = 0x0020 , IKVM.Attributes.Synchronized = 0x0020 , IKVM.Attributes.Volatile = 0x0040 , IKVM.Attributes.Bridge = 0x0040 , IKVM.Attributes.Transient = 0x0080 , IKVM.Attributes.VarArgs = 0x0080 , IKVM.Attributes.Native = 0x0100 , IKVM.Attributes.Interface = 0x0200 , IKVM.Attributes.Abstract = 0x0400 , IKVM.Attributes.Strictfp = 0x0800 , IKVM.Attributes.Synthetic = 0x1000 , IKVM.Attributes.Annotation = 0x2000 , IKVM.Attributes.Enum = 0x4000 , IKVM.Attributes.AccessMask = Public | Private | Protected } |