Interface DeclarationInText
- All Superinterfaces:
DeclarationReference
,Immutable
A
DeclarationReference
to a position within a some text document.-
Method Summary
Modifier and TypeMethodDescriptionint
Return the column where the declaration starts.int
Return the line where the declaration starts.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationReference
toHumanReadable
-
Method Details
-
startLine
int startLine()Return the line where the declaration starts.- Returns:
- A positive line number.
-
startColumn
int startColumn()Return the column where the declaration starts.- Returns:
- A positive column number.
-