Class StatementDeclaration.InTextFile
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
org.opendaylight.yangtools.yang.model.api.meta.StatementDeclaration.InTextFile
- All Implemented Interfaces:
Immutable
,DeclarationInFile
,DeclarationInText
,DeclarationReference
- Enclosing class:
- StatementDeclaration
public abstract static class StatementDeclaration.InTextFile
extends StatementDeclaration.InText
implements DeclarationInFile
A
StatementDeclaration.InText
which acts as its own DeclarationInFile
.-
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.InText
column, line
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.DeclarationInFile
fileName
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
-
InTextFile
public InTextFile()
-
-
Method Details
-
file
- Overrides:
file
in classStatementDeclaration.InText
-