Class DefaultDenyWriteStatementSupport
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<A,D,E>
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Empty,D,E>
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport<DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
-
- org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,StatementDefinition
,StatementFactory<Empty,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
public final class DefaultDenyWriteStatementSupport extends AbstractEmptyStatementSupport<DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
StatementSupport.CopyPolicy, StatementSupport.StatementEquality<A,D extends DeclaredStatement<A>>, StatementSupport.StatementPolicy<A,D extends DeclaredStatement<A>>
-
-
Constructor Summary
Constructors Constructor Description DefaultDenyWriteStatementSupport(YangParserConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DefaultDenyWriteStatement
attachDeclarationReference(DefaultDenyWriteStatement stmt, DeclarationReference reference)
Attach specifiedDeclarationReference
to a baseline declared statement.protected DefaultDenyWriteStatement
createDeclared(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements)
protected DefaultDenyWriteEffectiveStatement
createEffective(EffectiveStmtCtx.Current<Empty,DefaultDenyWriteStatement> stmt, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport
parseArgumentValue
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
buildEffectiveSubstatements, copyEffective, createDeclared, createEffective, findFirstArgument, findFirstStatement, statementsToBuild, substatementValidator
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
adaptArgumentValue, canReuseCurrent, copyPolicy, extractEffectiveState, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getPublicView, getStatementName, getSupportSpecificForArgument, hasArgumentSpecificSupports, internArgument, isIgnoringConfig, isIgnoringIfFeatures, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
-
-
-
-
Constructor Detail
-
DefaultDenyWriteStatementSupport
public DefaultDenyWriteStatementSupport(YangParserConfiguration config)
-
-
Method Detail
-
createDeclared
protected DefaultDenyWriteStatement createDeclared(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements)
- Specified by:
createDeclared
in classAbstractStatementSupport<Empty,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
-
attachDeclarationReference
protected DefaultDenyWriteStatement attachDeclarationReference(DefaultDenyWriteStatement stmt, DeclarationReference reference)
Description copied from class:AbstractStatementSupport
Attach specifiedDeclarationReference
to a baseline declared statement. If an implementation does not support attaching DeclarationReferences, it should return the statement unchanged.- Specified by:
attachDeclarationReference
in classAbstractStatementSupport<Empty,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
- Parameters:
stmt
- Declared statementreference
-DeclarationReference
to attach- Returns:
- Equivalent of stmt, potentially with specified reference attached.
-
createEffective
protected DefaultDenyWriteEffectiveStatement createEffective(EffectiveStmtCtx.Current<Empty,DefaultDenyWriteStatement> stmt, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
- Specified by:
createEffective
in classAbstractStatementSupport<Empty,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
-
-