Package com.tngtech.archunit.core.domain
Class JavaConstructorCall
- java.lang.Object
-
- com.tngtech.archunit.core.domain.JavaAccess<T>
-
- com.tngtech.archunit.core.domain.JavaCall<AccessTarget.ConstructorCallTarget>
-
- com.tngtech.archunit.core.domain.JavaConstructorCall
-
- All Implemented Interfaces:
HasDescription
,HasName
,HasOwner<JavaCodeUnit>
public class JavaConstructorCall extends JavaCall<AccessTarget.ConstructorCallTarget>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tngtech.archunit.core.domain.properties.HasName
HasName.AndFullName
-
Nested classes/interfaces inherited from class com.tngtech.archunit.core.domain.JavaAccess
JavaAccess.Functions
-
Nested classes/interfaces inherited from class com.tngtech.archunit.core.domain.JavaCall
JavaCall.Predicates
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
descriptionVerb()
-
Methods inherited from class com.tngtech.archunit.core.domain.JavaAccess
equals, getDescription, getLineNumber, getName, getOrigin, getOriginOwner, getOwner, getTarget, getTargetOwner, hashCode, toString
-
-
-
-
Method Detail
-
descriptionVerb
protected java.lang.String descriptionVerb()
- Specified by:
descriptionVerb
in classJavaAccess<AccessTarget.ConstructorCallTarget>
-
-