Class PicArrowTypeExpression

  • All Implemented Interfaces:
    ExpressionConstants, PicObjectConstants

    public class PicArrowTypeExpression
    extends WordExpression
    implements ExpressionConstants, PicObjectConstants
    "0/1 0/1" arrow type (we take for granted that this string is followed by a LaTeX-picPoint, as in %Line 0 1 (2.3,4.5)..., possibly with leading whitespaces)
    Since:
    jpicedt 1.3
    Version:
    $Id: PicArrowTypeExpression.java,v 1.5.2.1 2007/09/02 11:56:02 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Detail

      • PicArrowTypeExpression

        public PicArrowTypeExpression​(Pool pl)
    • Method Detail

      • action

        public void action​(ParserEvent e)
        Description copied from class: AbstractRegularExpression
        Called in the course of the interpret operation at the end of a SUCCESSFUL interpret operation. Should be overriden by daughter classes to process proper action, e.g. set Element's attributes... Current implementation does nothing, but sending a debugging string.
        Overrides:
        action in class AbstractRegularExpression