Interface BelongsToPrefixToModuleCtx
-
- All Superinterfaces:
IdentifierNamespace<String,StmtContext<?,?,?>>
,ImportedNamespaceContext<String>
public interface BelongsToPrefixToModuleCtx extends ImportedNamespaceContext<String>
Source-specific mapping of belongsTo prefixes to module identifiers. This mapping allows source-specific context to correctly populate prefixes map for actual parsing phase and eventually, resolve QName for any valid declared statement.
-
-
Field Summary
Fields Modifier and Type Field Description static NamespaceBehaviour<String,StmtContext<?,?,?>,@NonNull BelongsToPrefixToModuleCtx>
BEHAVIOUR
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace
get
-
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<String,StmtContext<?,?,?>,@NonNull BelongsToPrefixToModuleCtx> BEHAVIOUR
-
-