Uses of Class
eu.europa.ted.efx.xpath.XPath20Parser.UnionexprContext
-
Packages that use XPath20Parser.UnionexprContext Package Description eu.europa.ted.efx.xpath -
-
Uses of XPath20Parser.UnionexprContext in eu.europa.ted.efx.xpath
Methods in eu.europa.ted.efx.xpath that return XPath20Parser.UnionexprContext Modifier and Type Method Description XPath20Parser.UnionexprContextXPath20Parser.MultiplicativeexprContext. unionexpr(int i)XPath20Parser.UnionexprContextXPath20Parser. unionexpr()Methods in eu.europa.ted.efx.xpath that return types with arguments of type XPath20Parser.UnionexprContext Modifier and Type Method Description List<XPath20Parser.UnionexprContext>XPath20Parser.MultiplicativeexprContext. unionexpr()Methods in eu.europa.ted.efx.xpath with parameters of type XPath20Parser.UnionexprContext Modifier and Type Method Description voidXPath20BaseListener. enterUnionexpr(XPath20Parser.UnionexprContext ctx)Enter a parse tree produced byXPath20Parser.unionexpr().voidXPath20Listener. enterUnionexpr(XPath20Parser.UnionexprContext ctx)Enter a parse tree produced byXPath20Parser.unionexpr().voidXPath20BaseListener. exitUnionexpr(XPath20Parser.UnionexprContext ctx)Exit a parse tree produced byXPath20Parser.unionexpr().voidXPath20Listener. exitUnionexpr(XPath20Parser.UnionexprContext ctx)Exit a parse tree produced byXPath20Parser.unionexpr().
-