Class MaxAccessStatementSupport
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<A,D,E>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<MaxAccess,MaxAccessStatement,MaxAccessEffectiveStatement>
org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- All Implemented Interfaces:
org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
@Beta
public final class MaxAccessStatementSupport
extends org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<MaxAccess,MaxAccessStatement,MaxAccessEffectiveStatement>
-
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
ConstructorsConstructorDescriptionMaxAccessStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected MaxAccessStatementattachDeclarationReference(MaxAccessStatement stmt, DeclarationReference reference) protected MaxAccessStatementcreateDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<MaxAccess> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) protected MaxAccessEffectiveStatementcreateEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<MaxAccess, MaxAccessStatement> stmt, com.google.common.collect.ImmutableList<? extends EffectiveStatement<?, ?>> substatements) internArgument(String rawArgument) 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, isIgnoringConfig, isIgnoringIfFeatures, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared, statementName
-
Constructor Details
-
MaxAccessStatementSupport
public MaxAccessStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config)
-
-
Method Details
-
parseArgumentValue
public MaxAccess parseArgumentValue(org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext<?, ?, ?> ctx, String value) - Specified by:
parseArgumentValuein classorg.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
-
internArgument
- Overrides:
internArgumentin classorg.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
-
createDeclared
protected MaxAccessStatement createDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<MaxAccess> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements) - Specified by:
createDeclaredin classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
-
attachDeclarationReference
protected MaxAccessStatement attachDeclarationReference(MaxAccessStatement stmt, DeclarationReference reference) - Specified by:
attachDeclarationReferencein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
-
createEffective
protected MaxAccessEffectiveStatement createEffective(org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current<MaxAccess, MaxAccessStatement> stmt, com.google.common.collect.ImmutableList<? extends EffectiveStatement<?, ?>> substatements) - Specified by:
createEffectivein classorg.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<MaxAccess,MaxAccessStatement, MaxAccessEffectiveStatement>
-