Class PathMatchExpression


  • public class PathMatchExpression
    extends AbstractPathRuleMatchExpression
    Denotes the special expression regarding a path match.
    Author:
    Holger Eichelberger
    • Field Detail

      • pathExpression

        private Expression pathExpression
      • resolved

        private transient Path resolved
    • Constructor Detail

      • PathMatchExpression

        public PathMatchExpression​(Expression expression)
                            throws VilException
        Creates a path match expression.
        Parameters:
        expression - the path expression
        Throws:
        VilException - in case that the expression is invalid