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 ProgressDumperINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateProgressDumperNop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalysingPath(java.lang.String path)voidanalysingType(JavaTypeInstance type)
-
-
-
Field Detail
-
INSTANCE
public static final ProgressDumper INSTANCE
-
-
Method Detail
-
analysingType
public void analysingType(JavaTypeInstance type)
- Specified by:
analysingTypein interfaceProgressDumper
-
analysingPath
public void analysingPath(java.lang.String path)
- Specified by:
analysingPathin interfaceProgressDumper
-
-