public class DummyDebugInformationEmitter extends Object implements DebugInformationEmitter
| Constructor and Description |
|---|
DummyDebugInformationEmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClass(String className,
String parentName) |
void |
addField(String fieldName,
String jsName) |
void |
addSuccessors(SourceLocation location,
SourceLocation[] successors) |
DeferredCallSite |
emitCallSite() |
void |
emitClass(String className) |
void |
emitLocation(String fileName,
int line) |
void |
emitMethod(MethodDescriptor method) |
void |
emitStatementStart() |
void |
emitVariable(String[] sourceName,
String generatedName) |
void |
setLocationProvider(LocationProvider locationProvider) |
public void emitLocation(String fileName, int line)
emitLocation in interface DebugInformationEmitterpublic void emitMethod(MethodDescriptor method)
emitMethod in interface DebugInformationEmitterpublic void emitClass(String className)
emitClass in interface DebugInformationEmitterpublic void emitVariable(String[] sourceName, String generatedName)
emitVariable in interface DebugInformationEmitterpublic void emitStatementStart()
emitStatementStart in interface DebugInformationEmitterpublic DeferredCallSite emitCallSite()
emitCallSite in interface DebugInformationEmitterpublic void setLocationProvider(LocationProvider locationProvider)
setLocationProvider in interface DebugInformationEmitterpublic void addClass(String className, String parentName)
addClass in interface DebugInformationEmitterpublic void addField(String fieldName, String jsName)
addField in interface DebugInformationEmitterpublic void addSuccessors(SourceLocation location, SourceLocation[] successors)
addSuccessors in interface DebugInformationEmitterCopyright © 2015. All rights reserved.