Class AbstractBinder.Node<E,O>

java.lang.Object
manifold.internal.javac.AbstractBinder.Node<E,O>
Enclosing class:
AbstractBinder<MS, B extends E, E, O>

public static class AbstractBinder.Node<E,O> extends Object
  • Constructor Details

    • Node

      public Node(E expr)
    • Node

      public Node(E expr, O operatorLeft)
  • Method Details

    • getExpr

      public E getExpr()
    • getOperatorLeft

      public O getOperatorLeft()
    • setOperatorLeft

      public void setOperatorLeft(O value)