Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type |
Modifier and Type | Method and Description |
---|---|
LengthStatement |
TypeStatement.StringRestrictions.getLength() |
LengthStatement |
TypeStatement.BinarySpecification.getLength() |
Modifier and Type | Class and Description |
---|---|
class |
LengthStatementImpl |
Modifier and Type | Method and Description |
---|---|
LengthStatement |
LengthStatementImpl.Definition.createDeclared(StmtContext<List<LengthConstraint>,LengthStatement,?> ctx) |
LengthStatement |
StringRestrictionsImpl.getLength() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<List<LengthConstraint>,LengthStatement> |
LengthStatementImpl.Definition.createEffective(StmtContext<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
LengthStatement |
LengthStatementImpl.Definition.createDeclared(StmtContext<List<LengthConstraint>,LengthStatement,?> ctx) |
EffectiveStatement<List<LengthConstraint>,LengthStatement> |
LengthStatementImpl.Definition.createEffective(StmtContext<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>> ctx) |
EffectiveStatement<List<LengthConstraint>,LengthStatement> |
LengthStatementImpl.Definition.createEffective(StmtContext<List<LengthConstraint>,LengthStatement,EffectiveStatement<List<LengthConstraint>,LengthStatement>> ctx) |
Constructor and Description |
---|
LengthStatementImpl(StmtContext<List<LengthConstraint>,LengthStatement,?> context) |
Constructor and Description |
---|
LengthEffectiveStatementImpl(StmtContext<List<LengthConstraint>,LengthStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.