Class ASTSetDirective

  • All Implemented Interfaces:
    Node, Renderable

    public class ASTSetDirective
    extends SimpleNode
    Node for the #set directive
    Version:
    $Id$
    • Field Detail

      • leftReference

        private java.lang.String leftReference
      • right

        private Node right
      • isInitialized

        private boolean isInitialized
      • prefix

        private java.lang.String prefix
      • postfix

        private java.lang.String postfix
      • morePrefix

        private java.lang.String morePrefix
      • uberInfo

        protected Info uberInfo
        This is really immutable after the init, so keep one for this node
      • strictRef

        protected boolean strictRef
        Indicates if we are running in strict reference mode.
    • Constructor Detail

      • ASTSetDirective

        public ASTSetDirective​(int id)
        Parameters:
        id -
      • ASTSetDirective

        public ASTSetDirective​(Parser p,
                               int id)
        Parameters:
        p -
        id -