Uses of Interface
org.opendaylight.yangtools.yang.model.api.PathExpression
-
Packages that use PathExpression Package Description org.opendaylight.yangtools.yang.model.api.stmt org.opendaylight.yangtools.yang.model.api.type org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api.org.opendaylight.yangtools.yang.model.util.type org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path -
-
Uses of PathExpression in org.opendaylight.yangtools.yang.model.api.stmt
Methods in org.opendaylight.yangtools.yang.model.api.stmt that return PathExpression Modifier and Type Method Description default @NonNull PathExpression
PathStatement. getValue()
-
Uses of PathExpression in org.opendaylight.yangtools.yang.model.api.type
Methods in org.opendaylight.yangtools.yang.model.api.type that return PathExpression Modifier and Type Method Description PathExpression
LeafrefTypeDefinition. getPathStatement()
-
Uses of PathExpression in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement PathExpression Modifier and Type Class Description class
AbstractPathExpression
class
PathExpressionImpl
Deprecated, for removal: This API element is subject to removal in a future version.This is a transitional class to transition fromRevisionAwareXPathImpl
.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type PathExpression Modifier and Type Method Description static SchemaNode
SchemaContextUtil. findDataSchemaNode(SchemaContext context, Module module, PathExpression nonCondXPath)
static SchemaNode
SchemaContextUtil. findDataSchemaNodeForRelativeXPath(SchemaContext context, Module module, SchemaNode actualSchemaNode, PathExpression relativeXPath)
Method attempts to find DataSchemaNode inside of provided Schema Context and Yang Module accordingly to Non-conditional relative Revision Aware XPath.static SchemaNode
SchemaContextUtil. findDataTreeSchemaNode(SchemaContext ctx, QNameModule localModule, PathExpression absPath)
-
Uses of PathExpression in org.opendaylight.yangtools.yang.model.util.type
Methods in org.opendaylight.yangtools.yang.model.util.type with parameters of type PathExpression Modifier and Type Method Description LeafrefTypeBuilder
LeafrefTypeBuilder. setPathStatement(@NonNull PathExpression pathStatement)
-
Uses of PathExpression in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path that return PathExpression Modifier and Type Method Description PathExpression
PathStatementSupport. parseArgumentValue(StmtContext<?,?,?> ctx, String value)
Method parameters in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path with type arguments of type PathExpression Modifier and Type Method Description PathStatement
PathStatementSupport. createDeclared(StmtContext<PathExpression,PathStatement,?> ctx)
PathEffectiveStatement
PathStatementSupport. createEffective(StmtContext<PathExpression,PathStatement,PathEffectiveStatement> ctx)
-