Class StatementDeclaration.InText
java.lang.Object
org.opendaylight.yangtools.yang.model.api.meta.StatementSourceReference
org.opendaylight.yangtools.yang.model.api.meta.StatementDeclaration
org.opendaylight.yangtools.yang.model.api.meta.StatementDeclaration.InText
- All Implemented Interfaces:
Immutable
,DeclarationInText
,DeclarationReference
- Direct Known Subclasses:
StatementDeclaration.InTextFile
- Enclosing class:
StatementDeclaration
public abstract static class StatementDeclaration.InText
extends StatementDeclaration
implements DeclarationInText
A
StatementDeclaration
which acts as its own DeclarationInText
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.model.api.meta.StatementDeclaration
StatementDeclaration.InText, StatementDeclaration.InTextFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.model.api.meta.StatementDeclaration
declarationReference, statementOrigin, toHumanReadable, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationInText
startColumn, startLine
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationReference
toHumanReadable
-
Constructor Details
-
InText
public InText()
-
-
Method Details
-
line
protected final int line()- Specified by:
line
in classStatementDeclaration
-
column
protected final int column()- Specified by:
column
in classStatementDeclaration
-
file
- Specified by:
file
in classStatementDeclaration
-