Package org.benf.cfr.reader.util.output
Class ProgressDumperNop
- java.lang.Object
-
- org.benf.cfr.reader.util.output.ProgressDumperNop
-
- All Implemented Interfaces:
ProgressDumper
public class ProgressDumperNop extends java.lang.Object implements ProgressDumper
-
-
Field Summary
Fields Modifier and Type Field Description static ProgressDumper
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
ProgressDumperNop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
analysingPath(java.lang.String path)
void
analysingType(JavaTypeInstance type)
-
-
-
Field Detail
-
INSTANCE
public static final ProgressDumper INSTANCE
-
-
Method Detail
-
analysingType
public void analysingType(JavaTypeInstance type)
- Specified by:
analysingType
in interfaceProgressDumper
-
analysingPath
public void analysingPath(java.lang.String path)
- Specified by:
analysingPath
in interfaceProgressDumper
-
-