Package org.benf.cfr.reader.util.output
Class InternalDumperFactoryImpl.AdditionalComments
- java.lang.Object
-
- org.benf.cfr.reader.util.output.InternalDumperFactoryImpl.AdditionalComments
-
- All Implemented Interfaces:
DecompilerCommentSource
- Enclosing class:
- InternalDumperFactoryImpl
private class InternalDumperFactoryImpl.AdditionalComments extends java.lang.Object implements DecompilerCommentSource
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AdditionalComments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DecompilerComment>
getComments()
-
-
-
Method Detail
-
getComments
public java.util.List<DecompilerComment> getComments()
- Specified by:
getComments
in interfaceDecompilerCommentSource
-
-