|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Provides instances of MethodAnalyzer. More...
Public Member Functions | |
| MethodAnalyzerFactory (RuntimeContext context) | |
| Initializes a new instance. | |
| MethodAnalyzer | Create (RuntimeJavaType host, RuntimeJavaType wrapper, RuntimeJavaMethod mw, ClassFile classFile, ClassFile.Method method, RuntimeClassLoader classLoader) |
| Creates a new MethodAnalyzer. | |
Public Attributes | |
| readonly RuntimeJavaType | ByteArrayType |
| readonly RuntimeJavaType | BooleanArrayType |
| readonly RuntimeJavaType | ShortArrayType |
| readonly RuntimeJavaType | CharArrayType |
| readonly RuntimeJavaType | IntArrayType |
| readonly RuntimeJavaType | FloatArrayType |
| readonly RuntimeJavaType | DoubleArrayType |
| readonly RuntimeJavaType | LongArrayType |
| readonly RuntimeJavaType | JavaLangThreadDeathType |
Provides instances of MethodAnalyzer.
Definition at line 36 of file MethodAnalyzerFactory.cs.
| IKVM.Runtime.MethodAnalyzerFactory.MethodAnalyzerFactory | ( | RuntimeContext | context | ) |
Initializes a new instance.
| context |
Definition at line 55 of file MethodAnalyzerFactory.cs.
| MethodAnalyzer IKVM.Runtime.MethodAnalyzerFactory.Create | ( | RuntimeJavaType | host, |
| RuntimeJavaType | wrapper, | ||
| RuntimeJavaMethod | mw, | ||
| ClassFile | classFile, | ||
| ClassFile.Method | method, | ||
| RuntimeClassLoader | classLoader ) |
Creates a new MethodAnalyzer.
| host | |
| wrapper | |
| mw | |
| classFile | |
| method | |
| classLoader |
Definition at line 79 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.BooleanArrayType |
Definition at line 42 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.ByteArrayType |
Definition at line 41 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.CharArrayType |
Definition at line 44 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.DoubleArrayType |
Definition at line 47 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.FloatArrayType |
Definition at line 46 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.IntArrayType |
Definition at line 45 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.JavaLangThreadDeathType |
Definition at line 49 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.LongArrayType |
Definition at line 48 of file MethodAnalyzerFactory.cs.
| readonly RuntimeJavaType IKVM.Runtime.MethodAnalyzerFactory.ShortArrayType |
Definition at line 43 of file MethodAnalyzerFactory.cs.