public interface StatementSourceReference
DeclarationInTextSource
.Modifier and Type | Method and Description |
---|---|
StatementSource |
getStatementSource()
Returns source type
|
String |
toString()
Returns human readable representation of statement source.
|
StatementSource getStatementSource()
StatementSource.DECLARATION
if statement was explicitly
declared in YANG model source, StatementSource.CONTEXT
if statement
was inferred.String toString()
toString()
,
since it may be used in error reporting to provide context
information for model designer to debug errors in its mode.Copyright © 2018 OpenDaylight. All rights reserved.