Uses of Class
org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.PrefixContext
-
Packages that use LeafRefPathParser.PrefixContext Package Description org.opendaylight.yangtools.yang.parser.antlr ANTLR grammars for parsing RFC7950 constructs. -
-
Uses of LeafRefPathParser.PrefixContext in org.opendaylight.yangtools.yang.parser.antlr
Methods in org.opendaylight.yangtools.yang.parser.antlr that return LeafRefPathParser.PrefixContext Modifier and Type Method Description LeafRefPathParser.PrefixContext
LeafRefPathParser.Node_identifierContext. prefix()
LeafRefPathParser.PrefixContext
LeafRefPathParser. prefix()
Methods in org.opendaylight.yangtools.yang.parser.antlr with parameters of type LeafRefPathParser.PrefixContext Modifier and Type Method Description T
LeafRefPathParserBaseVisitor. visitPrefix(LeafRefPathParser.PrefixContext ctx)
Visit a parse tree produced byLeafRefPathParser.prefix()
.T
LeafRefPathParserVisitor. visitPrefix(LeafRefPathParser.PrefixContext ctx)
Visit a parse tree produced byLeafRefPathParser.prefix()
.
-