Class PSTInstanciationExpression

  • All Implemented Interfaces:
    ExpressionConstants

    public class PSTInstanciationExpression
    extends LiteralExpression
    implements ExpressionConstants
    Instanciates a new Element by cloning the given object, when a given tag gets found. Then adds it to the current PicGroup in the Pool (i.e. Pool.currentGroup)
    Version:
    $Id: PSTInstanciationExpression.java,v 1.5.2.1 2007/09/02 11:56:12 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • PSTInstanciationExpression

        public PSTInstanciationExpression​(java.lang.String tag,
                                          Element prototype,
                                          Pool pl)
        Parameters:
        tag - expression to be matched
        prototype - element to be instanciated by cloning
        pl - pool where to add the instanciated element ; also used to fetch the current attribute set for PsTricks