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.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 |
---|---|
default Optional<StatementDefinitionContext<?,?,?>> |
StatementSupport.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef)
Returns unknown statement form of a regular yang statement supplied as
parameter to the method.
|
Modifier and Type | Method and Description |
---|---|
Optional<StatementContextBase<?,?,?>> |
AbstractStatementSupport.beforeSubStatementCreated(StmtContext.Mutable<?,?,?> stmt,
int offset,
StatementDefinitionContext<?,?,?> def,
StatementSourceReference ref,
String argument) |
Optional<StatementContextBase<?,?,?>> |
StatementSupport.beforeSubStatementCreated(StmtContext.Mutable<?,?,?> stmt,
int offset,
StatementDefinitionContext<?,?,?> def,
StatementSourceReference ref,
String argument)
Invoked before a substatement with specified offset, definition,
reference and argument is created and added to parent statement.
|
default Optional<StatementDefinitionContext<?,?,?>> |
StatementSupport.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef)
Returns unknown statement form of a regular yang statement supplied as
parameter to the method.
|
Modifier and Type | Method and Description |
---|---|
protected StatementDefinitionContext<A,D,E> |
StatementContextBase.definition() |
Modifier and Type | Method and Description |
---|---|
Optional<StatementContextBase<?,?,?>> |
StatementDefinitionContext.beforeSubStatementCreated(StmtContext.Mutable<?,?,?> stmt,
int offset,
StatementDefinitionContext<?,?,?> def,
StatementSourceReference ref,
String argument) |
<CA,CD extends DeclaredStatement<CA>,CE extends EffectiveStatement<CA,CD>> |
StatementContextBase.createSubstatement(int offset,
StatementDefinitionContext<CA,CD,CE> def,
StatementSourceReference ref,
String argument)
Create a new substatement at the specified offset.
|
Modifier and Type | Method and Description |
---|---|
Optional<StatementDefinitionContext<?,?,?>> |
UnknownStatementImpl.Definition.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef) |
Optional<StatementDefinitionContext<?,?,?>> |
ModelDefinedStatementSupport.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef) |
Modifier and Type | Method and Description |
---|---|
Optional<StatementContextBase<?,?,?>> |
ChoiceStatementImpl.Definition.beforeSubStatementCreated(StmtContext.Mutable<?,?,?> stmt,
int offset,
StatementDefinitionContext<?,?,?> def,
StatementSourceReference ref,
String argument) |
Optional<StatementDefinitionContext<?,?,?>> |
UnknownStatementImpl.Definition.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef) |
Optional<StatementDefinitionContext<?,?,?>> |
ModelDefinedStatementSupport.getUnknownStatementDefinitionOf(StatementDefinitionContext<?,?,?> yangStmtDef) |
Copyright © 2018 OpenDaylight. All rights reserved.