Class OidStatementSupport
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<A,D,E>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<ObjectIdentifier,OidStatement,OidEffectiveStatement>
org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- All Implemented Interfaces:
org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory<ObjectIdentifier,OidStatement, OidEffectiveStatement>
@Beta
public final class OidStatementSupport
extends org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<ObjectIdentifier,OidStatement,OidEffectiveStatement>
-
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
ConstructorsConstructorDescriptionOidStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected OidStatementattachDeclarationReference(OidStatement stmt, DeclarationReference reference) protected OidStatementcreateDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<ObjectIdentifier> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) protected OidEffectiveStatementcreateEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<ObjectIdentifier, OidStatement> 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
-
OidStatementSupport
public OidStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config)
-
-
Method Details
-
parseArgumentValue
public ObjectIdentifier parseArgumentValue(org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext<?, ?, ?> ctx, String value) - Specified by:
parseArgumentValuein classorg.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<ObjectIdentifier,OidStatement, OidEffectiveStatement>
-
createDeclared
protected OidStatement createDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<ObjectIdentifier> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) - Specified by:
createDeclaredin classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<ObjectIdentifier,OidStatement, OidEffectiveStatement>
-
attachDeclarationReference
protected OidStatement attachDeclarationReference(OidStatement stmt, DeclarationReference reference) - Specified by:
attachDeclarationReferencein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<ObjectIdentifier,OidStatement, OidEffectiveStatement>
-
createEffective
protected OidEffectiveStatement createEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<ObjectIdentifier, OidStatement> stmt, com.google.common.collect.ImmutableList<? extends EffectiveStatement<?, ?>> substatements) - Specified by:
createEffectivein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<ObjectIdentifier,OidStatement, OidEffectiveStatement>
-