Class PSTBooleanExpression

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class PSTBooleanExpression
    extends SequenceExpression
    implements PicObjectConstants
    Used by PSTParametersExpression to parse statements involving true/false parameters values, for instance "shadow=true" or "shadow=false" ...
    Version:
    $Id: PSTBooleanExpression.java,v 1.4.2.1 2007/09/02 11:56:11 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • PSTBooleanExpression

        public PSTBooleanExpression​(Pool pl,
                                    java.lang.String tag,
                                    PicAttributeName attributeName,
                                    Pool.Key attributeSetKey)
        Parameters:
        pl - parser's pool
        tag - LHS tag (e.g. "shadow" or "doubleline") for the StatementExpression ;
        attribute - name of attribute to modify (must be a predefined PicAttributeName of type "Double" or at least "Number")
        attributeSetKey - used to fetch the attribute set in which parsed parameters are stored.