Class IfNode

    • Field Detail

      • trueNode

        protected Node trueNode
      • elseNode

        protected Node elseNode
    • Constructor Detail

      • IfNode

        public IfNode​(int begin,
                      java.lang.String name,
                      char[] template,
                      int start,
                      int end)