Uses of Class
eu.europa.ted.efx.sdk1.EfxParser.PredicateContext
-
Packages that use EfxParser.PredicateContext Package Description eu.europa.ted.efx.sdk1 -
-
Uses of EfxParser.PredicateContext in eu.europa.ted.efx.sdk1
Methods in eu.europa.ted.efx.sdk1 that return EfxParser.PredicateContext Modifier and Type Method Description EfxParser.PredicateContextEfxParser.FieldReferenceWithPredicateContext. predicate()EfxParser.PredicateContextEfxParser.NodeReferenceWithPredicateContext. predicate()EfxParser.PredicateContextEfxParser. predicate()Methods in eu.europa.ted.efx.sdk1 with parameters of type EfxParser.PredicateContext Modifier and Type Method Description voidEfxBaseListener. enterPredicate(EfxParser.PredicateContext ctx)Enter a parse tree produced byEfxParser.predicate().voidEfxExpressionTranslatorV1. enterPredicate(EfxParser.PredicateContext ctx)Any field references in the predicate must be resolved relative to the node or field on which the predicate is applied.voidEfxListener. enterPredicate(EfxParser.PredicateContext ctx)Enter a parse tree produced byEfxParser.predicate().voidEfxBaseListener. exitPredicate(EfxParser.PredicateContext ctx)Exit a parse tree produced byEfxParser.predicate().voidEfxExpressionTranslatorV1. exitPredicate(EfxParser.PredicateContext ctx)After the predicate is parsed we need to switch back to the previous context.voidEfxListener. exitPredicate(EfxParser.PredicateContext ctx)Exit a parse tree produced byEfxParser.predicate().
-