| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.parser.spi.meta | 
 Provides base abstract classes, interfaces and common implementation used by the statement parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V,KT extends K,VT extends V,N extends IdentifierNamespace<K,V>> | 
StmtContext.Mutable.addToNs(Class<N> type,
       KT key,
       VT value)  | 
<K,V,KT extends K,N extends IdentifierNamespace<K,V>> | 
StmtContext.getFromNamespace(Class<N> type,
                KT key)  | 
<K,V,N extends IdentifierNamespace<K,V>> | 
StatementSupportBundle.getNamespaceBehaviour(Class<N> namespace)  | 
Copyright © 2018 OpenDaylight. All rights reserved.