Class LeftmostBinaryOperandNode

  • All Implemented Interfaces:
    INode

    public class LeftmostBinaryOperandNode
    extends Pattern
    • Field Detail

      • _matchWithoutOperator

        private final boolean _matchWithoutOperator
      • _operandPattern

        private final INode _operandPattern
    • Constructor Detail

      • LeftmostBinaryOperandNode

        public LeftmostBinaryOperandNode​(INode pattern)
      • LeftmostBinaryOperandNode

        public LeftmostBinaryOperandNode​(INode pattern,
                                         BinaryOperatorType type,
                                         boolean matchWithoutOperator)
    • Method Detail

      • getOperandPattern

        public final INode getOperandPattern()