Uses of Class
org.opendaylight.yangtools.antlrv4.code.gen.LeafRefPathParser.PrefixContext
-
Packages that use LeafRefPathParser.PrefixContext Package Description org.opendaylight.yangtools.antlrv4.code.gen -
-
Uses of LeafRefPathParser.PrefixContext in org.opendaylight.yangtools.antlrv4.code.gen
Methods in org.opendaylight.yangtools.antlrv4.code.gen that return LeafRefPathParser.PrefixContext Modifier and Type Method Description LeafRefPathParser.PrefixContext
LeafRefPathParser.Node_identifierContext. prefix()
LeafRefPathParser.PrefixContext
LeafRefPathParser. prefix()
Methods in org.opendaylight.yangtools.antlrv4.code.gen 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()
.
-