| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeDefinitionBuilder
Interface for builders of 'typedef' statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityrefTypeBuilder
Builder for YANG identityref type.
|
class |
LeafListSchemaNodeBuilder |
class |
LeafSchemaNodeBuilder |
class |
TypeDefinitionBuilderImpl |
class |
UnionTypeBuilder
Builder for YANG union type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TypeAwareBuilder> |
ModuleBuilder.getDirtyNodes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeUtils.resolveType(TypeAwareBuilder nodeToResolve,
Map<URI,TreeMap<Date,ModuleBuilder>> modules,
ModuleBuilder module)
Resolve unknown type of node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeAwareBuilder
Basic implementation for TypeAwareBuilder builders.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ParserListenerUtils.parseUnknownTypeWithBody(org.opendaylight.yangtools.antlrv4.code.gen.YangParser.Type_body_stmtsContext typeBody,
TypeAwareBuilder parent,
org.opendaylight.yangtools.yang.common.QName prefixedQName,
ModuleBuilder moduleBuilder,
org.opendaylight.yangtools.yang.common.QName moduleQName,
org.opendaylight.yangtools.yang.model.api.SchemaPath actualPath)
Parse unknown type with body.
|
Copyright © 2014. All rights reserved.