Modifier and Type | Field and Description |
---|---|
static NamespaceBehaviour<StatementDefinition,StmtContext.Mutable<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement,EffectiveStatement<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement>>,AnyxmlSchemaLocationNamespace> |
AnyxmlSchemaLocationNamespace.BEHAVIOUR |
Modifier and Type | Method and Description |
---|---|
void |
AnyxmlSchemaLocationStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement,EffectiveStatement<SchemaNodeIdentifier,AnyxmlSchemaLocationStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationStatementSupport.onStatementAdded(StmtContext.Mutable<String,AnnotationStatement,AnnotationEffectiveStatement> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
YangDataStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<String,YangDataStatement,EffectiveStatement<String,YangDataStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
void |
OpenConfigVersionSupport.onLinkageDeclared(StmtContext.Mutable<SemVer,OpenConfigVersionStatement,EffectiveStatement<SemVer,OpenConfigVersionStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
StmtContext.Mutable<?,?,EffectiveStatement<?,?>> |
SchemaNodeIdentifierBuildNamespace.get(SchemaNodeIdentifier key)
Deprecated.
|
StmtContext.Mutable<?,?,EffectiveStatement<?,?>> |
SchemaNodeIdentifierBuildNamespace.getFrom(NamespaceBehaviour.NamespaceStorageNode storage,
SchemaNodeIdentifier key)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> stmt) |
void |
ActionStatementSupport.onStatementAdded(StmtContext.Mutable<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
AnydataStatementSupport.onStatementAdded(StmtContext.Mutable<QName,AnydataStatement,EffectiveStatement<QName,AnydataStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
AnyxmlStatementSupport.onStatementAdded(StmtContext.Mutable<QName,AnyxmlStatement,AnyxmlEffectiveStatement> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
BaseStatementSupport.onStatementDefinitionDeclared(StmtContext.Mutable<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> baseStmtCtx) |
Modifier and Type | Method and Description |
---|---|
void |
BelongsToStatementSupport.onLinkageDeclared(StmtContext.Mutable<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>> belongsToCtx) |
void |
BelongsToStatementSupport.onPreLinkageDeclared(StmtContext.Mutable<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>> belongsToCtx) |
Modifier and Type | Method and Description |
---|---|
void |
DeviationStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<SchemaNodeIdentifier,DeviationStatement,EffectiveStatement<SchemaNodeIdentifier,DeviationStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionStatementSupport.onStatementDefinitionDeclared(StmtContext.Mutable<QName,ExtensionStatement,EffectiveStatement<QName,ExtensionStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
LeafStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> ctx) |
void |
LeafStatementSupport.onStatementAdded(StmtContext.Mutable<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TypedefStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<QName,TypedefStatement,EffectiveStatement<QName,TypedefStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
UsesStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<QName,UsesStatement,EffectiveStatement<QName,UsesStatement>> usesNode) |
Modifier and Type | Method and Description |
---|---|
void |
YangVersionStatementSupport.onPreLinkageDeclared(StmtContext.Mutable<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>> stmt) |
Modifier and Type | Method and Description |
---|---|
<C extends StmtContext.Mutable<?,?,?>,T extends C> |
ModelActionBuilder.mutatesCtx(T context,
ModelProcessingPhase phase)
Action mutates the specified statement in the specified phase.
|
default <T extends StmtContext.Mutable<?,?,?>> |
ModelActionBuilder.mutatesEffectiveCtx(T context)
Action mutates the effective model of specified statement.
|
Modifier and Type | Method and Description |
---|---|
default <X,Y extends DeclaredStatement<X>,Z extends EffectiveStatement<X,Y>> |
StmtContext.Mutable.childCopyOf(StmtContext<X,Y,Z> stmt,
CopyType type)
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
|
<X,Y extends DeclaredStatement<X>,Z extends EffectiveStatement<X,Y>> |
StmtContext.Mutable.childCopyOf(StmtContext<X,Y,Z> stmt,
CopyType type,
@Nullable QNameModule targetModule)
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
|
default StmtContext.Mutable<?,?,?> |
StmtContext.Mutable.coerceParentContext() |
StmtContext.Mutable<?,?,?> |
StmtContext.Mutable.getParentContext() |
StmtContext.Mutable<?,?,?> |
StmtContext.Mutable.getRoot() |
Modifier and Type | Method and Description |
---|---|
<N extends IdentifierNamespace<?,?>> |
ModelActionBuilder.mutatesNs(StmtContext.Mutable<?,?,?> ctx,
Class<N> namespace)
Deprecated.
Undocumented method. Use at your own risk.
|
void |
AbstractStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.FULL_DECLARATION phase,
only substatements from this phase are available. |
void |
StatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.FULL_DECLARATION phase,
only substatements from this phase are available. |
void |
ForwardingStatementSupport.onFullDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt) |
void |
AbstractStatementSupport.onLinkageDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_LINKAGE phase, only substatements
from this and previous phase are available. |
void |
StatementSupport.onLinkageDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_LINKAGE phase, only substatements
from this and previous phase are available. |
void |
ForwardingStatementSupport.onLinkageDeclared(StmtContext.Mutable<A,D,E> stmt) |
void |
AbstractStatementSupport.onPreLinkageDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_PRE_LINKAGE phase, only substatements
from this and previous phase are available. |
void |
StatementSupport.onPreLinkageDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_PRE_LINKAGE phase, only substatements
from this and previous phase are available. |
void |
ForwardingStatementSupport.onPreLinkageDeclared(StmtContext.Mutable<A,D,E> stmt) |
void |
AbstractStatementSupport.onStatementAdded(StmtContext.Mutable<A,D,E> stmt) |
void |
StatementSupport.onStatementAdded(StmtContext.Mutable<A,D,E> stmt)
Invoked when a statement supported by this instance is added to build context.
|
void |
ForwardingStatementSupport.onStatementAdded(StmtContext.Mutable<A,D,E> stmt) |
void |
AbstractStatementSupport.onStatementDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.STATEMENT_DEFINITION phase,
only substatements from this phase are available. |
void |
StatementSupport.onStatementDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt)
Invoked when statement is closed during
ModelProcessingPhase.STATEMENT_DEFINITION phase,
only substatements from this phase are available. |
void |
ForwardingStatementSupport.onStatementDefinitionDeclared(StmtContext.Mutable<A,D,E> stmt) |
Modifier and Type | Class and Description |
---|---|
class |
RootStatementContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Root statement class for a YANG source.
|
class |
StatementContextBase<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> |
Modifier and Type | Method and Description |
---|---|
<X,Y extends DeclaredStatement<X>,Z extends EffectiveStatement<X,Y>> |
StatementContextBase.childCopyOf(StmtContext<X,Y,Z> stmt,
CopyType type,
QNameModule targetModule) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends StmtContext.Mutable<?,?,?>> |
StatementContextBase.mutableDeclaredSubstatements() |
Collection<? extends StmtContext.Mutable<?,?,?>> |
StatementContextBase.mutableEffectiveSubstatements() |
Modifier and Type | Method and Description |
---|---|
void |
StatementContextBase.addEffectiveSubstatement(StmtContext.Mutable<?,?,?> substatement)
Adds an effective statement to collection of substatements.
|
void |
StatementDefinitionContext.onDeclarationFinished(StmtContext.Mutable<A,D,E> statement,
ModelProcessingPhase phase) |
boolean |
StatementDefinitionContext.onStatementAdded(StmtContext.Mutable<A,D,E> stmt) |
Modifier and Type | Method and Description |
---|---|
void |
StatementContextBase.addEffectiveSubstatements(Collection<? extends StmtContext.Mutable<?,?,?>> statements)
Adds an effective statement to collection of substatements.
|
Copyright © 2019 OpenDaylight. All rights reserved.