Class ClassAndMethodComments
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.jigreader.ClassAndMethodComments
-
public class ClassAndMethodComments extends java.lang.Objectコメント一覧
-
-
Constructor Summary
Constructors Constructor Description ClassAndMethodComments(java.util.List<ClassComment> list, java.util.List<MethodComment> methodList)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassAndMethodCommentsempty()java.util.List<ClassComment>list()java.util.List<MethodComment>methodList()
-
-
-
Constructor Detail
-
ClassAndMethodComments
public ClassAndMethodComments(java.util.List<ClassComment> list, java.util.List<MethodComment> methodList)
-
-
Method Detail
-
empty
public static ClassAndMethodComments empty()
-
list
public java.util.List<ClassComment> list()
-
methodList
public java.util.List<MethodComment> methodList()
-
-