Class ConditionNode

All Implemented Interfaces:
Serializable, Node, XMLSerializable
Direct Known Subclasses:
ASTBetween, ASTEqual, ASTExists, ASTFalse, ASTGreater, ASTGreaterOrEqual, ASTIn, ASTLess, ASTLessOrEqual, ASTNotBetween, ASTNotEqual, ASTNotExists, ASTNotIn, ASTTrue, PatternMatchNode

public abstract class ConditionNode extends SimpleNode
Superclass of conditional expressions.
Since:
1.1
See Also:
  • Constructor Details

    • ConditionNode

      public ConditionNode(int i)
  • Method Details