Interface UnrecognizedStatement
- All Superinterfaces:
DeclaredStatement<Object>
,ModelStatement<Object>
,UnknownStatement<Object>
- All Known Implementing Classes:
RefUnrecognizedStatement
,UnrecognizedStatementImpl
Common interface for unrecognized unknown statements. An
UnrecognizedStatement
is an instance of a statement
defined via an extension
statement, for which the parser did not have semantic support (in which case the
statement would result in a corresponding semantic subclass of UnknownStatement
).
This construct does not have a UnknownEffectiveStatement
counterpart because we cannot reasonably build an
effective model of something we do not recognize.
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declarationReference, declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
statementDefinition