Class LegacyAugmentIdentifierStatementSupport
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<UnresolvedQName.Unqualified,LegacyAugmentIdentifierStatement,LegacyAugmentIdentifierEffectiveStatement>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<UnresolvedQName.Unqualified,LegacyAugmentIdentifierStatement,LegacyAugmentIdentifierEffectiveStatement>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractUnqualifiedStatementSupport<LegacyAugmentIdentifierStatement,LegacyAugmentIdentifierEffectiveStatement>
org.opendaylight.yangtools.odlext.parser.LegacyAugmentIdentifierStatementSupport
- All Implemented Interfaces:
StatementFactory<UnresolvedQName.Unqualified,
LegacyAugmentIdentifierStatement, LegacyAugmentIdentifierEffectiveStatement>
@Beta
public final class LegacyAugmentIdentifierStatementSupport
extends AbstractUnqualifiedStatementSupport<LegacyAugmentIdentifierStatement,LegacyAugmentIdentifierEffectiveStatement>
-
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 LegacyAugmentIdentifierStatement
Attach specifiedDeclarationReference
to a baseline declared statement.protected LegacyAugmentIdentifierStatement
createDeclared
(BoundStmtCtx<UnresolvedQName.Unqualified> ctx, ImmutableList<DeclaredStatement<?>> substatements) createEffective
(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, LegacyAugmentIdentifierStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements) Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractUnqualifiedStatementSupport
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
-
LegacyAugmentIdentifierStatementSupport
-
-
Method Details
-
createDeclared
protected LegacyAugmentIdentifierStatement createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified> ctx, ImmutableList<DeclaredStatement<?>> substatements) -
attachDeclarationReference
protected LegacyAugmentIdentifierStatement attachDeclarationReference(LegacyAugmentIdentifierStatement 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<UnresolvedQName.Unqualified,
LegacyAugmentIdentifierStatement, LegacyAugmentIdentifierEffectiveStatement> - Parameters:
stmt
- Declared statementreference
-DeclarationReference
to attach- Returns:
- Equivalent of stmt, potentially with specified reference attached.
-
createEffective
protected LegacyAugmentIdentifierEffectiveStatement createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, LegacyAugmentIdentifierStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements)
-