public class AbstractKnownTruffleTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MetaAccessProvider |
metaAccess |
protected TruffleCompilerRuntime |
runtime |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKnownTruffleTypes(MetaAccessProvider metaAccess) |
| Modifier and Type | Method and Description |
|---|---|
protected ResolvedJavaField |
findField(ResolvedJavaType declaringClass,
String name) |
protected ResolvedJavaType |
lookupType(Class<?> c) |
protected ResolvedJavaType |
lookupType(String className) |
protected final TruffleCompilerRuntime runtime
protected final MetaAccessProvider metaAccess