| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.parser.util |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ASTSchemaSource,org.antlr.v4.runtime.ParserRuleContext> |
ASTSchemaSource.GET_AST |
static com.google.common.base.Function<ASTSchemaSource,YangModelDependencyInfo> |
ASTSchemaSource.GET_DEPINFO |
static com.google.common.base.Function<ASTSchemaSource,org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> |
ASTSchemaSource.GET_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
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 name,
org.antlr.v4.runtime.ParserRuleContext tree,
String text)
Deprecated.
Migration only, will be removed as soon as the migration is completed.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceException> |
TextToASTTransformer.TextToASTTransformation.apply(org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource input) |
Copyright © 2014. All rights reserved.