Class MountStatementSupport
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<MountStatement,MountEffectiveStatement>
org.opendaylight.yangtools.odlext.parser.MountStatementSupport
- All Implemented Interfaces:
StatementFactory<Empty,
MountStatement, MountEffectiveStatement>
@Beta
public final class MountStatementSupport
extends AbstractEmptyStatementSupport<MountStatement,MountEffectiveStatement>
-
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>> -
Field Summary
Fields inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
NAMESPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MountStatement
attachDeclarationReference
(MountStatement stmt, DeclarationReference reference) Attach specifiedDeclarationReference
to a baseline declared statement.protected MountStatement
createDeclared
(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements) protected MountEffectiveStatement
createEffective
(EffectiveStmtCtx.Current<Empty, MountStatement> 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, argumentName, canReuseCurrent, copyPolicy, definition, extractEffectiveState, getArgumentDefinition, getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, internArgument, isIgnoringConfig, isIgnoringIfFeatures, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared, statementName
-
Constructor Details
-
MountStatementSupport
-
-
Method Details
-
createDeclared
protected MountStatement createDeclared(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements) - Specified by:
createDeclared
in classAbstractStatementSupport<Empty,
MountStatement, MountEffectiveStatement>
-
attachDeclarationReference
protected MountStatement attachDeclarationReference(MountStatement 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,
MountStatement, MountEffectiveStatement> - Parameters:
stmt
- Declared statementreference
-DeclarationReference
to attach- Returns:
- Equivalent of stmt, potentially with specified reference attached.
-
createEffective
protected MountEffectiveStatement createEffective(EffectiveStmtCtx.Current<Empty, MountStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements) - Specified by:
createEffective
in classAbstractStatementSupport<Empty,
MountStatement, MountEffectiveStatement>
-