A B C G O S T Y 
All Classes All Packages

A

addLibSource(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
 
addLibSources(Collection<SchemaSourceRepresentation>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
 
addLibSources(SchemaSourceRepresentation...) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Add library sources.
addSource(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Add main source.
addSources(Collection<? extends SchemaSourceRepresentation>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
 
addSources(SchemaSourceRepresentation...) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Add main sources.

B

buildDeclaredModel() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Build the declared view of a combined view of declared statements.
buildEffectiveModel() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Build the effective view of a combined view of effective statements.
buildSchemaContext() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Build effective SchemaContext.

C

createParser() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
Create a YangParser instance operating in default import resolution mode.
createParser(StatementParserMode) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
Create a YangParser instance operating in specified import resolution mode.

G

getCharPositionInLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getFormattedMessage() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getSource() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 

O

org.opendaylight.yangtools.yang.model.parser.api - package org.opendaylight.yangtools.yang.model.parser.api
 
org.opendaylight.yangtools.yang.parser.api - module org.opendaylight.yangtools.yang.parser.api
 

S

setModulesWithSupportedDeviations(SetMultimap<QNameModule, QNameModule>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Set YANG modules which can be deviated by specified modules during the parsing process.
setSupportedFeatures(Set<QName>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
supportedParserModes() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
Return enumeration of StatementParserModes supported by this factory.
supportedSourceRepresentations() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Return enumeration of concrete types of SchemaSourceRepresentation parsers created from this factory support.
supportedStatements() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
Return the set of all YANG statements semantically supported by this parser instance.

T

toString() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 

Y

YangParser - Interface in org.opendaylight.yangtools.yang.model.parser.api
Configurable single-use YANG parser.
YangParserException - Exception in org.opendaylight.yangtools.yang.model.parser.api
Base exception reported by YangParser.
YangParserException(String) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangParserException
 
YangParserException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangParserException
 
YangParserFactory - Interface in org.opendaylight.yangtools.yang.model.parser.api
Basic entry point into a YANG parser implementation.
YangSyntaxErrorException - Exception in org.opendaylight.yangtools.yang.model.parser.api
 
YangSyntaxErrorException(SourceIdentifier, int, int, String) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
YangSyntaxErrorException(SourceIdentifier, int, int, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
A B C G O S T Y 
All Classes All Packages