Class AliasStatementSupport
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<A,D,E>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStatementSupport<String,D,E>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStringStatementSupport<AliasStatement,AliasEffectiveStatement>
-
- org.opendaylight.yangtools.rfc6643.parser.AliasStatementSupport
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,StatementDefinition
,StatementFactory<String,AliasStatement,AliasEffectiveStatement>
,StatementSupport<String,AliasStatement,AliasEffectiveStatement>
@Beta public final class AliasStatementSupport extends BaseStringStatementSupport<AliasStatement,AliasEffectiveStatement>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
StatementSupport.CopyPolicy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AliasStatement
createDeclared(StmtContext<String,AliasStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
protected AliasEffectiveStatement
createEffective(StmtContext<String,AliasStatement,AliasEffectiveStatement> ctx, AliasStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
protected AliasStatement
createEmptyDeclared(StmtContext<String,AliasStatement,?> ctx)
protected AliasEffectiveStatement
createEmptyEffective(StmtContext<String,AliasStatement,AliasEffectiveStatement> ctx, AliasStatement declared)
static AliasStatementSupport
getInstance()
protected SubstatementValidator
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStringStatementSupport
parseArgumentValue
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStatementSupport
buildEffectiveSubstatements, createDeclared, createEffective, findFirstArgument, findFirstStatement, statementsToBuild
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
applyCopyPolicy, getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
adaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
-
-
-
-
Method Detail
-
getInstance
public static AliasStatementSupport getInstance()
-
getSubstatementValidator
protected SubstatementValidator getSubstatementValidator()
Description copied from class:AbstractStatementSupport
Returns corresponding substatement validator of a statement support.- Specified by:
getSubstatementValidator
in classAbstractStatementSupport<String,AliasStatement,AliasEffectiveStatement>
- Returns:
- substatement validator or null, if substatement validator is not defined
-
createDeclared
protected AliasStatement createDeclared(StmtContext<String,AliasStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
- Specified by:
createDeclared
in classBaseStatementSupport<String,AliasStatement,AliasEffectiveStatement>
-
createEmptyDeclared
protected AliasStatement createEmptyDeclared(StmtContext<String,AliasStatement,?> ctx)
- Specified by:
createEmptyDeclared
in classBaseStatementSupport<String,AliasStatement,AliasEffectiveStatement>
-
createEffective
protected AliasEffectiveStatement createEffective(StmtContext<String,AliasStatement,AliasEffectiveStatement> ctx, AliasStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
- Specified by:
createEffective
in classBaseStatementSupport<String,AliasStatement,AliasEffectiveStatement>
-
createEmptyEffective
protected AliasEffectiveStatement createEmptyEffective(StmtContext<String,AliasStatement,AliasEffectiveStatement> ctx, AliasStatement declared)
- Specified by:
createEmptyEffective
in classBaseStatementSupport<String,AliasStatement,AliasEffectiveStatement>
-
-