public static class AbstractBinder.Node<E,O> extends Object
Node(E expr)
Node(E expr, O operatorLeft)
E
getExpr()
O
getOperatorLeft()
void
setOperatorLeft(O value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Node(E expr)
public Node(E expr, O operatorLeft)
public E getExpr()
public O getOperatorLeft()
public void setOperatorLeft(O value)
Copyright © 2024. All rights reserved.