public class PostfixExpression extends BaseNode
type
PostfixExpression(BaseNode type, String operator)
String
getName()
void
printLeft(StringWriter writer)
print, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PostfixExpression(BaseNode type, String operator)
public void printLeft(StringWriter writer)
printLeft
BaseNode
public String getName()
Copyright © 2021. All rights reserved.