Class MethodDeclarations
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.method.MethodDeclarations
-
public class MethodDeclarations extends java.lang.Objectメソッド定義一覧
-
-
Constructor Summary
Constructors Constructor Description MethodDeclarations(java.util.List<MethodDeclaration> list)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeIdentifiersargumentsTypeIdentifiers()java.lang.StringasSignatureAndReturnTypeSimpleText()java.lang.StringasSimpleText()static java.util.stream.Collector<MethodDeclaration,?,MethodDeclarations>collector()booleancontains(MethodDeclaration methodDeclaration)booleanempty()MethodDeclarationsfilter(java.util.function.Predicate<MethodDeclaration> predicate)java.util.List<MethodDeclaration>list()MethodNumbernumber()TypeIdentifiersreturnTypeIdentifiers()
-
-
-
Constructor Detail
-
MethodDeclarations
public MethodDeclarations(java.util.List<MethodDeclaration> list)
-
-
Method Detail
-
list
public java.util.List<MethodDeclaration> list()
-
collector
public static java.util.stream.Collector<MethodDeclaration,?,MethodDeclarations> collector()
-
asSimpleText
public java.lang.String asSimpleText()
-
contains
public boolean contains(MethodDeclaration methodDeclaration)
-
empty
public boolean empty()
-
number
public MethodNumber number()
-
asSignatureAndReturnTypeSimpleText
public java.lang.String asSignatureAndReturnTypeSimpleText()
-
returnTypeIdentifiers
public TypeIdentifiers returnTypeIdentifiers()
-
argumentsTypeIdentifiers
public TypeIdentifiers argumentsTypeIdentifiers()
-
filter
public MethodDeclarations filter(java.util.function.Predicate<MethodDeclaration> predicate)
-
-