Manages instances of Compiler.
More...
Manages instances of Compiler.
Definition at line 42 of file CompilerFactory.cs.
◆ CompilerFactory()
| IKVM.Runtime.CompilerFactory.CompilerFactory |
( |
RuntimeContext | context, |
|
|
bool | bootstrap ) |
Initializes a new instance.
- Parameters
-
Definition at line 62 of file CompilerFactory.cs.
63 {
64 this.context = context;
65 this.bootstrap = bootstrap;
66
67 if (bootstrap &&
Throwable.TypeAsBaseType is TypeBuilder)
69 m.Link();
70
73 }
java.lang.Throwable Throwable
RuntimeJavaMethod GetClassFromTypeHandle2
RuntimeJavaMethod GetClassFromTypeHandle
◆ FixateExceptionMethod
| MethodInfo IKVM.Runtime.CompilerFactory.FixateExceptionMethod |
|
get |
◆ GetClassFromTypeHandle
◆ GetClassFromTypeHandle2
◆ GetTypeFromHandleMethod
| MethodInfo IKVM.Runtime.CompilerFactory.GetTypeFromHandleMethod |
|
get |
◆ GetTypeMethod
| MethodInfo IKVM.Runtime.CompilerFactory.GetTypeMethod |
|
get |
◆ KeepAliveMethod
| MethodInfo IKVM.Runtime.CompilerFactory.KeepAliveMethod |
|
get |
◆ SuppressFillInStackTraceMethod
| MethodInfo IKVM.Runtime.CompilerFactory.SuppressFillInStackTraceMethod |
|
get |
◆ Throwable
| RuntimeJavaType IKVM.Runtime.CompilerFactory.Throwable |
|
get |
◆ UnmapExceptionMethod
| MethodInfo IKVM.Runtime.CompilerFactory.UnmapExceptionMethod |
|
get |
The documentation for this class was generated from the following file: