public class ProgressDumperNop extends java.lang.Object implements ProgressDumper
Modifier and Type | Field and Description |
---|---|
static ProgressDumper |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
ProgressDumperNop() |
Modifier and Type | Method and Description |
---|---|
void |
analysingPath(java.lang.String path) |
void |
analysingType(JavaTypeInstance type) |
public static final ProgressDumper INSTANCE
public void analysingType(JavaTypeInstance type)
analysingType
in interface ProgressDumper
public void analysingPath(java.lang.String path)
analysingPath
in interface ProgressDumper