Class SubIdStatementSupport
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<A,D,E>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Uint32,SubIdStatement,SubIdEffectiveStatement>
org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- All Implemented Interfaces:
org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory<Uint32,SubIdStatement, SubIdEffectiveStatement>
@Beta
public final class SubIdStatementSupport
extends org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Uint32,SubIdStatement,SubIdEffectiveStatement>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy, org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementEquality<A extends Object,D extends DeclaredStatement<A>>, org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy<A extends Object, D extends DeclaredStatement<A>> -
Field Summary
Fields inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
NAMESPACE -
Constructor Summary
ConstructorsConstructorDescriptionSubIdStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected SubIdStatementattachDeclarationReference(SubIdStatement stmt, DeclarationReference reference) protected SubIdStatementcreateDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<Uint32> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) protected SubIdEffectiveStatementcreateEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<Uint32, SubIdStatement> stmt, com.google.common.collect.ImmutableList<? extends EffectiveStatement<?, ?>> substatements) parseArgumentValue(org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext<?, ?, ?> ctx, String value) Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
buildEffectiveSubstatements, copyEffective, createDeclared, createEffective, findFirstArgument, findFirstStatement, statementsToBuild, substatementValidatorMethods 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
-
SubIdStatementSupport
public SubIdStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config)
-
-
Method Details
-
parseArgumentValue
public Uint32 parseArgumentValue(org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext<?, ?, ?> ctx, String value) - Specified by:
parseArgumentValuein classorg.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<Uint32,SubIdStatement, SubIdEffectiveStatement>
-
createDeclared
protected SubIdStatement createDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<Uint32> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) - Specified by:
createDeclaredin classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Uint32,SubIdStatement, SubIdEffectiveStatement>
-
attachDeclarationReference
protected SubIdStatement attachDeclarationReference(SubIdStatement stmt, DeclarationReference reference) - Specified by:
attachDeclarationReferencein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Uint32,SubIdStatement, SubIdEffectiveStatement>
-
createEffective
protected SubIdEffectiveStatement createEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<Uint32, SubIdStatement> stmt, com.google.common.collect.ImmutableList<? extends EffectiveStatement<?, ?>> substatements) - Specified by:
createEffectivein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Uint32,SubIdStatement, SubIdEffectiveStatement>
-