Class IfConditionNode

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class IfConditionNode
    extends Node
    • Field Detail

      • defaultNode

        private boolean defaultNode
      • isInverse

        private boolean isInverse
    • Constructor Detail

      • IfConditionNode

        public IfConditionNode​(java.lang.String condition,
                               int lineNumber)