public static class YangVersionStatementImpl.Definition extends AbstractStatementSupport<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>>
| Constructor and Description |
|---|
Definition() |
beforeSubStatementCreated, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getPublicView, getStatementName, getSupportSpecificForArgument, hasArgumentSpecificSupports, isArgumentYinElement, onFullDefinitionDeclared, onLinkageDeclared, onStatementAdded, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeaturespublic YangVersion parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupportctx - Context, which may be used to access source-specific
namespaces required for parsing.value - String representation of value, as was present in text source.public YangVersionStatement createDeclared(StmtContext<YangVersion,YangVersionStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic void onPreLinkageDeclared(StmtContext.Mutable<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>> stmt)
AbstractStatementSupportModelProcessingPhase.SOURCE_PRE_LINKAGE phase, only substatements
from this and previous phase are available.
Implementation may use method to perform actions on this event or
register modification action using
StmtContext.Mutable.newInferenceAction(ModelProcessingPhase).
Subclasses of this class may override this method to perform actions on
this event or register modification action using
StmtContext.Mutable.newInferenceAction(ModelProcessingPhase).onPreLinkageDeclared in interface StatementSupport<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>>onPreLinkageDeclared in class AbstractStatementSupport<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>>stmt - Context of added statement.public EffectiveStatement<YangVersion,YangVersionStatement> createEffective(StmtContext<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>>Copyright © 2018 OpenDaylight. All rights reserved.