Class MethodImplementation
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.method.MethodImplementation
-
public class MethodImplementation extends java.lang.Object実装されたメソッド テキストソース由来の情報
-
-
Constructor Summary
Constructors Constructor Description MethodImplementation(MethodIdentifier methodIdentifier)MethodImplementation(MethodIdentifier methodIdentifier, MethodComment methodComment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<MethodComment>comment()booleanmatches(MethodIdentifier methodIdentifier)static MethodImplementationunknown(MethodIdentifier methodIdentifier)ソースコードなしの場合
-
-
-
Constructor Detail
-
MethodImplementation
public MethodImplementation(MethodIdentifier methodIdentifier, MethodComment methodComment)
-
MethodImplementation
public MethodImplementation(MethodIdentifier methodIdentifier)
-
-
Method Detail
-
unknown
public static MethodImplementation unknown(MethodIdentifier methodIdentifier)
ソースコードなしの場合
-
comment
public java.util.Optional<MethodComment> comment()
-
matches
public boolean matches(MethodIdentifier methodIdentifier)
-
-