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

    Constructors
    Constructor
    Description
    MaxAccessStatementSupport(org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    createDeclared(org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx<MaxAccess> ctx, com.google.common.collect.ImmutableList<DeclaredStatement<?>> substatements)
     
    createEffective(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, substatementValidator

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait