public final class TypeHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeHandler.Provider |
static class |
TypeHandler.SectionTypeProfile |
| Constructor and Description |
|---|
TypeHandler(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData() |
Collection<TypeHandler.SectionTypeProfile> |
getSectionTypeProfiles() |
boolean |
isStarted() |
boolean |
start(boolean inspectInternal) |
void |
stop() |
public TypeHandler(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env)
public boolean isStarted()
public boolean start(boolean inspectInternal)
public void stop()
public void clearData()
public Collection<TypeHandler.SectionTypeProfile> getSectionTypeProfiles()