Class ConditionFactory.ExpressionCondition

    • Method Detail

      • getExpression

        public final Expression getExpression()
        Returns the expression.
        Returns:
        the expression
        Since:
        14484
      • applies

        public boolean applies​(Environment env)
        Description copied from interface: Condition
        Checks if the condition applies in the given MapCSS Environment.
        Specified by:
        applies in interface Condition
        Parameters:
        env - The environment to check. May not be null.
        Returns:
        true if the condition applies.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object