public class ClassInstumenter extends Object
Modifier and Type | Field and Description |
---|---|
protected org.codehaus.groovy.ast.ClassNode |
classRef |
protected InstrumentationSession |
session |
Constructor and Description |
---|
ClassInstumenter(InstrumentationSession session,
org.codehaus.groovy.ast.ClassNode currentClass) |
Modifier and Type | Method and Description |
---|---|
static SourceInfo |
countExpressionRegion(org.codehaus.groovy.ast.expr.Expression expression) |
@NotNull protected final InstrumentationSession session
@NotNull protected final org.codehaus.groovy.ast.ClassNode classRef
public ClassInstumenter(@NotNull InstrumentationSession session, @NotNull org.codehaus.groovy.ast.ClassNode currentClass)
@Nullable public static SourceInfo countExpressionRegion(@NotNull org.codehaus.groovy.ast.expr.Expression expression)
Copyright © 2023 OpenClover.org. All rights reserved.