Package com.tngtech.archunit.core.domain
Class JavaConstructorCall
java.lang.Object
com.tngtech.archunit.core.domain.JavaAccess<T>
com.tngtech.archunit.core.domain.JavaCodeUnitAccess<T>
com.tngtech.archunit.core.domain.JavaCall<AccessTarget.ConstructorCallTarget>
com.tngtech.archunit.core.domain.JavaConstructorCall
- All Implemented Interfaces:
HasDescription
,HasName
,HasOwner<JavaCodeUnit>
,HasSourceCodeLocation
@PublicAPI(usage=ACCESS)
public final class JavaConstructorCall
extends JavaCall<AccessTarget.ConstructorCallTarget>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tngtech.archunit.core.domain.JavaCall
JavaCall.Predicates
Nested classes/interfaces inherited from class com.tngtech.archunit.core.domain.JavaAccess
JavaAccess.Functions
Nested classes/interfaces inherited from interface com.tngtech.archunit.core.domain.properties.HasName
HasName.AndFullName, HasName.Utils
-
Method Summary
Methods inherited from class com.tngtech.archunit.core.domain.JavaAccess
getContainingTryBlocks, getDescription, getLineNumber, getName, getOrigin, getOriginOwner, getOwner, getSourceCodeLocation, getTarget, getTargetOwner, isDeclaredInLambda, toString
-
Method Details
-
descriptionVerb
- Specified by:
descriptionVerb
in classJavaAccess<AccessTarget.ConstructorCallTarget>
-