Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementEquality
Packages that use StatementSupport.StatementEquality
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of StatementSupport.StatementEquality in org.opendaylight.yangtools.yang.parser.spi.meta
Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type StatementSupport.StatementEqualityModifier and TypeMethodDescriptionstatic final <A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>>
@NonNull StatementSupport.StatementPolicy<A,D> StatementSupport.StatementPolicy.copyDeclared(@NonNull StatementSupport.StatementEquality<A, D> equality) Return aStatementSupport.StatementPolicyforStatementSupport.CopyPolicy.DECLARED_COPY, deferring to aStatementSupport.StatementEqualityfor individual decisions.