Class MethodRelation
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.method.MethodRelation
-
public class MethodRelation extends java.lang.Objectメソッドの使用しているメソッド
-
-
Constructor Summary
Constructors Constructor Description MethodRelation(MethodDeclaration from, MethodDeclaration to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancalleeMethodIs(MethodDeclaration calleeMethod)
-
-
-
Constructor Detail
-
MethodRelation
public MethodRelation(MethodDeclaration from, MethodDeclaration to)
-
-
Method Detail
-
calleeMethodIs
public boolean calleeMethodIs(MethodDeclaration calleeMethod)
-
-