public abstract class UnaryOperator extends Expr
opType
UnaryOperator(OpType type)
Expr
getChild()
boolean
hasChild()
int
hashCode()
void
setChild(Expr op)
accept, equals, getType, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public UnaryOperator(OpType type)
public Expr getChild()
public boolean hasChild()
public void setChild(Expr op)
public int hashCode()
hashCode
Copyright © 2014 Apache Software Foundation. All Rights Reserved.