Interface DebugInformationEmitter
- All Known Implementing Classes:
DebugInformationBuilder, DummyDebugInformationEmitter
public interface DebugInformationEmitter
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddSuccessors(SourceLocation location, SourceLocation[] successors) voidvoidemitLocation(String fileName, int line) voidemitMethod(MethodDescriptor method) voidvoidemitVariable(String[] sourceNames, String generatedName) voidvoidvoidsetLocationProvider(LocationProvider locationProvider)
-
Method Details
-
setLocationProvider
-
emitLocation
-
enterLocation
void enterLocation() -
exitLocation
void exitLocation() -
emitStatementStart
void emitStatementStart() -
emitMethod
-
emitClass
-
emitVariable
-
emitCallSite
DeferredCallSite emitCallSite() -
addClass
-
addField
-
addSuccessors
-