Class AnyxmlStatementSupportOverride
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
-
- org.opendaylight.yangtools.odlext.parser.AnyxmlStatementSupportOverride
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,StatementDefinition
,StatementFactory<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
,StatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
public final class AnyxmlStatementSupportOverride extends ForwardingStatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyxmlEffectiveStatement
createEffective(StmtContext<QName,AnyxmlStatement,AnyxmlEffectiveStatement> ctx)
Create aEffectiveStatement
for specified context.protected StatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
delegate()
Class<? extends EffectiveStatement<?,?>>
getEffectiveRepresentationClass()
Returns class which represents derived behaviour from supplied statement.static AnyxmlStatementSupportOverride
getInstance()
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
createDeclared, getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared, parseArgumentValue
-
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
adaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
-
-
-
-
Method Detail
-
getInstance
public static AnyxmlStatementSupportOverride getInstance()
-
delegate
protected StatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement> delegate()
- Specified by:
delegate
in classForwardingStatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
-
getEffectiveRepresentationClass
public Class<? extends EffectiveStatement<?,?>> getEffectiveRepresentationClass()
Description copied from interface:StatementDefinition
Returns class which represents derived behaviour from supplied statement. This class should be an interface which defines convenience access to statement properties, namespace items and substatements.- Returns:
- class which represents effective version of statement associated with this definition
-
createEffective
public AnyxmlEffectiveStatement createEffective(StmtContext<QName,AnyxmlStatement,AnyxmlEffectiveStatement> ctx)
Description copied from interface:StatementFactory
Create aEffectiveStatement
for specified context.- Specified by:
createEffective
in interfaceStatementFactory<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
- Overrides:
createEffective
in classForwardingStatementSupport<QName,AnyxmlStatement,AnyxmlEffectiveStatement>
- Parameters:
ctx
- Statement context- Returns:
- An effective statement instance.
-
-