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
Deprecated.
|
static com.google.common.base.Function<ASTSchemaSource,YangModelDependencyInfo> |
ASTSchemaSource.GET_DEPINFO
Deprecated.
|
static com.google.common.base.Function<ASTSchemaSource,SourceIdentifier> |
ASTSchemaSource.GET_IDENTIFIER
Deprecated.
|
static com.google.common.base.Function<ASTSchemaSource,SourceIdentifier> |
ASTSchemaSource.GET_SEMVER_IDENTIFIER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
Use
create(SourceIdentifier, ParserRuleContext) instead. |
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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> |
TextToASTTransformer.TextToASTTransformation.apply(YangTextSchemaSource input)
Deprecated.
|
Copyright © 2018 OpenDaylight. All rights reserved.