Modifier and Type | Method and Description |
---|---|
static YangModelDependencyInfo |
YangModelDependencyInfo.fromAST(String name,
org.antlr.v4.runtime.ParserRuleContext tree)
Extracts
YangModelDependencyInfo from an abstract syntax tree of
a YANG model. |
Modifier and Type | Method and Description |
---|---|
YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(URL url)
Register a URL containing a YANG text.
|
YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(YangTextSchemaSource source)
Register a
YangTextSchemaSource . |
Modifier and Type | Method and Description |
---|---|
static YangStatementStreamSource |
YangStatementStreamSource.create(YangTextSchemaSource source) |
static YangStatementParser.StatementContext |
YangStatementStreamSource.parseYangSource(InputStream stream)
Deprecated.
Provided for migration purposes only. Do not use.
|
void |
YangErrorListener.validate() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> |
TextToASTTransformer.TextToASTTransformation.apply(YangTextSchemaSource input)
Deprecated.
|
static ASTSchemaSource |
ASTSchemaSource.create(SourceIdentifier identifier,
org.antlr.v4.runtime.ParserRuleContext tree)
Create a new instance of AST representation for a abstract syntax tree, performing minimal semantic analysis
to acquire dependency information.
|
static ASTSchemaSource |
ASTSchemaSource.create(SourceIdentifier identifier,
org.antlr.v4.runtime.ParserRuleContext tree,
String text)
Deprecated.
|
static ASTSchemaSource |
ASTSchemaSource.create(String name,
org.antlr.v4.runtime.ParserRuleContext tree)
Create a new instance of AST representation for a abstract syntax tree,
performing minimal semantic analysis to acquire dependency information.
|
static ASTSchemaSource |
ASTSchemaSource.create(String symbolicName,
SourceIdentifier identifier,
org.antlr.v4.runtime.ParserRuleContext tree)
Create a new instance of AST representation for a abstract syntax tree, performing minimal semantic analysis
to acquire dependency information.
|
static ASTSchemaSource |
TextToASTTransformer.transformText(YangTextSchemaSource text) |
Copyright © 2018 OpenDaylight. All rights reserved.