Class LeftmostBinaryOperandNode

java.lang.Object
com.strobel.decompiler.patterns.Pattern
com.strobel.decompiler.patterns.LeftmostBinaryOperandNode
All Implemented Interfaces:
INode

public class LeftmostBinaryOperandNode extends Pattern
  • Field Details

    • _matchWithoutOperator

      private final boolean _matchWithoutOperator
    • _operatorType

      private final BinaryOperatorType _operatorType
    • _operandPattern

      private final INode _operandPattern
  • Constructor Details

    • LeftmostBinaryOperandNode

      public LeftmostBinaryOperandNode(INode pattern)
    • LeftmostBinaryOperandNode

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

    • getOperandPattern

      public final INode getOperandPattern()
    • matches

      public boolean matches(INode other, Match match)
      Specified by:
      matches in interface INode
      Specified by:
      matches in class Pattern