public class BinaryExpression extends BaseNode
type
BinaryExpression(BaseNode leftPart, String name, BaseNode rightPart)
void
printLeft(StringWriter writer)
print, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BinaryExpression(BaseNode leftPart, String name, BaseNode rightPart)
public void printLeft(StringWriter writer)
printLeft
BaseNode
Copyright © 2022. All rights reserved.