Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
Modifier and Type | Method and Description |
---|---|
protected @NonNull StatementDefinitionContext<A,D,E> |
StatementContextBase.definition()
Return the context in which this statement was defined.
|
Modifier and Type | Method and Description |
---|---|
<X,Y extends DeclaredStatement<X>,Z extends EffectiveStatement<X,Y>> |
StatementContextBase.createSubstatement(int offset,
StatementDefinitionContext<X,Y,Z> def,
StatementSourceReference ref,
String argument)
Create a new substatement at the specified offset.
|
Copyright © 2019 OpenDaylight. All rights reserved.