Package com.strobel.compilerservices
Class DebugInfoGenerator
java.lang.Object
com.strobel.compilerservices.DebugInfoGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugInfoGenerator
empty()
abstract void
markSequencePoint
(LambdaExpression<?> method, int bytecodeOffset, Expression sequencePoint) void
markSequencePoint
(LambdaExpression<?> method, MethodBase methodBase, CodeGenerator generator, Expression sequencePoint) void
setLocalName
(LocalBuilder local, String name)
-
Field Details
-
EMPTY
-
-
Constructor Details
-
DebugInfoGenerator
public DebugInfoGenerator()
-
-
Method Details
-
empty
-
markSequencePoint
public abstract void markSequencePoint(LambdaExpression<?> method, int bytecodeOffset, Expression sequencePoint) -
markSequencePoint
public void markSequencePoint(LambdaExpression<?> method, MethodBase methodBase, CodeGenerator generator, Expression sequencePoint) -
setLocalName
-