Interface DeclarationInText
-
- All Superinterfaces:
DeclarationReference
,Immutable
,MutationBehaviour<Immutable>
@Beta public interface DeclarationInText extends DeclarationReference
ADeclarationReference
to a position within a some text document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
startColumn()
Return the column where the declaration starts.int
startLine()
Return the line where the declaration starts.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationReference
toHumanReadable
-
-