Class CallerMethods
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.method.CallerMethods
-
public class CallerMethods extends java.lang.Object呼び出しメソッド一覧
-
-
Constructor Summary
Constructors Constructor Description CallerMethods(java.util.List<MethodDeclaration> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(MethodDeclaration methodDeclaration)MethodDeclarationsmethodDeclarations()intsize()TypeIdentifierstoDeclareTypes()
-
-
-
Constructor Detail
-
CallerMethods
public CallerMethods(java.util.List<MethodDeclaration> list)
-
-
Method Detail
-
contains
public boolean contains(MethodDeclaration methodDeclaration)
-
size
public int size()
-
toDeclareTypes
public TypeIdentifiers toDeclareTypes()
-
methodDeclarations
public MethodDeclarations methodDeclarations()
-
-