Package org.benf.cfr.reader.util.output
Class IllegalIdentifierDump.Factory
- java.lang.Object
-
- org.benf.cfr.reader.util.output.IllegalIdentifierDump.Factory
-
- Enclosing interface:
- IllegalIdentifierDump
public static class IllegalIdentifierDump.Factory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IllegalIdentifierDump
get(Options options)
static IllegalIdentifierDump
getOrNull(Options options)
-
-
-
Method Detail
-
get
public static IllegalIdentifierDump get(Options options)
-
getOrNull
public static IllegalIdentifierDump getOrNull(Options options)
-
-