Class JigMethods
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.jigobject.member.JigMethods
-
public class JigMethods extends java.lang.Objectメソッド一覧
-
-
Constructor Summary
Constructors Constructor Description JigMethods(java.util.List<JigMethod> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDeclarationsdeclarations()booleanempty()JigMethodsexcludeNotNoteworthyObjectMethod()JigMethodsfilterProgrammerDefined()JigMethodget(MethodDeclaration methodDeclaration)java.util.List<JigMethod>list()java.util.List<JigMethod>listRemarkable()java.util.List<TypeIdentifier>listUsingTypes()JigMethodresolveMethodBySignature(MethodSignature methodSignature)
-
-
-
Constructor Detail
-
JigMethods
public JigMethods(java.util.List<JigMethod> list)
-
-
Method Detail
-
declarations
public MethodDeclarations declarations()
-
listRemarkable
public java.util.List<JigMethod> listRemarkable()
-
list
public java.util.List<JigMethod> list()
-
get
public JigMethod get(MethodDeclaration methodDeclaration)
-
empty
public boolean empty()
-
listUsingTypes
public java.util.List<TypeIdentifier> listUsingTypes()
-
filterProgrammerDefined
public JigMethods filterProgrammerDefined()
-
excludeNotNoteworthyObjectMethod
public JigMethods excludeNotNoteworthyObjectMethod()
-
resolveMethodBySignature
public JigMethod resolveMethodBySignature(MethodSignature methodSignature)
-
-