public class ConditionalExpression extends BaseNode
type
ConditionalExpression(BaseNode conditionNode, BaseNode thenNode, BaseNode elseNode)
void
printLeft(StringWriter writer)
print, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ConditionalExpression(BaseNode conditionNode, BaseNode thenNode, BaseNode elseNode)
public void printLeft(StringWriter writer)
printLeft
BaseNode
Copyright © 2022. All rights reserved.