Uses of Interface
org.opendaylight.yangtools.yang.model.api.PathExpression
Packages that use PathExpression
Package
Description
Reference implementations of YANG model statements.
Reference implementations of YANG model types.
Various base classes for implementing YANG model constructs..
Utility classes and implementations for concepts defined in yang-model-api.
-
Uses of PathExpression in org.opendaylight.yangtools.yang.model.api.type
Methods in org.opendaylight.yangtools.yang.model.api.type that return PathExpressionModifier and TypeMethodDescription@NonNull PathExpression
LeafrefTypeDefinition.getPathStatement()
Return thePathExpression
of thisleafref
. -
Uses of PathExpression in org.opendaylight.yangtools.yang.model.ri.stmt
Methods in org.opendaylight.yangtools.yang.model.ri.stmt with parameters of type PathExpressionModifier and TypeMethodDescriptionstatic PathStatement
DeclaredStatements.createPath
(PathExpression argument, ImmutableList<? extends DeclaredStatement<?>> substatements) -
Uses of PathExpression in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
Methods in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl that return PathExpressionConstructors in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl with parameters of type PathExpressionModifierConstructorDescriptionEmptyPathStatement
(PathExpression argument) RegularPathStatement
(PathExpression argument, ImmutableList<? extends DeclaredStatement<?>> substatements) -
Uses of PathExpression in org.opendaylight.yangtools.yang.model.ri.type
Methods in org.opendaylight.yangtools.yang.model.ri.type with parameters of type PathExpressionModifier and TypeMethodDescriptionLeafrefTypeBuilder.setPathStatement
(@NonNull PathExpression pathStatement) -
Uses of PathExpression in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement PathExpressionModifier and TypeClassDescriptionclass
Convenience base class forPathExpression
implementations. -
Uses of PathExpression in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type PathExpressionModifier and TypeMethodDescription@NonNull EffectiveStatement
<?, ?> SchemaInferenceStack.resolvePathExpression
(PathExpression path) Resolve aPathExpression
. -
Uses of PathExpression in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path that return PathExpressionModifier and TypeMethodDescriptionPathStatementSupport.parseArgumentValue
(StmtContext<?, ?, ?> ctx, String value) Method parameters in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path with type arguments of type PathExpressionModifier and TypeMethodDescriptionprotected PathStatement
PathStatementSupport.createDeclared
(BoundStmtCtx<PathExpression> ctx, ImmutableList<DeclaredStatement<?>> substatements) protected PathEffectiveStatement
PathStatementSupport.createEffective
(EffectiveStmtCtx.Current<PathExpression, PathStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements)