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

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

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

    Methods inherited from class java.lang.Object

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