Class IfConditionNode

java.lang.Object
de.neuland.jade4j.parser.node.Node
de.neuland.jade4j.parser.node.IfConditionNode
All Implemented Interfaces:
Cloneable

public class IfConditionNode extends Node
  • Field Details

    • defaultNode

      private boolean defaultNode
    • isInverse

      private boolean isInverse
  • Constructor Details

    • IfConditionNode

      public IfConditionNode(String condition, int lineNumber)
  • Method Details