Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
org.opendaylight.yangtools.yang.parser.spi.source |
Provides API necessary for the processing of statement sources.
|
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
Modifier and Type | Method and Description |
---|---|
ModelProcessingPhase |
StmtContext.getCompletedPhase() |
ModelProcessingPhase |
ReactorException.getPhase() |
ModelProcessingPhase |
ModelProcessingPhase.getPreviousPhase() |
static ModelProcessingPhase |
ModelProcessingPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelProcessingPhase[] |
ModelProcessingPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<C extends StmtContext.Mutable<?,?,?>,CT extends C> |
ModelActionBuilder.mutatesCtx(CT root,
ModelProcessingPhase phase) |
ModelActionBuilder |
StmtContext.Mutable.newInferenceAction(ModelProcessingPhase phase)
Create a new inference action to be executed during specified phase.
|
<K,N extends StatementNamespace<K,?,?>> |
ModelActionBuilder.requiresCtx(StmtContext<?,?,?> context,
Class<N> namespace,
K key,
ModelProcessingPhase phase) |
<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> |
ModelActionBuilder.requiresCtx(StmtContext<A,D,E> context,
ModelProcessingPhase phase)
Action requires that the specified context completes specified phase.
|
void |
StmtContext.Mutable.setCompletedPhase(ModelProcessingPhase completedPhase) |
Constructor and Description |
---|
ReactorException(ModelProcessingPhase phase,
String message,
SourceIdentifier sourceId) |
ReactorException(ModelProcessingPhase phase,
String message,
SourceIdentifier sourceId,
Throwable cause) |
SomeModifiersUnresolvedException(ModelProcessingPhase phase,
SourceIdentifier sourceId,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ModelProcessingPhase |
StatementWriter.getPhase() |
Modifier and Type | Method and Description |
---|---|
ModelProcessingPhase |
StatementContextBase.getCompletedPhase() |
Modifier and Type | Field and Description |
---|---|
static Map<ModelProcessingPhase,StatementSupportBundle> |
YangInferencePipeline.RFC6020_BUNDLES |
Copyright © 2018 OpenDaylight. All rights reserved.