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 privateAdditionalComments()
-
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:
getCommentsin interfaceDecompilerCommentSource
-
-