public class SignedExpr extends UnaryOperator
Constructor and Description |
---|
SignedExpr(boolean negative,
Expr operand) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
boolean |
isNegative() |
getChild, hasChild, setChild
public SignedExpr(boolean negative, Expr operand)
public boolean isNegative()
public int hashCode()
hashCode
in class UnaryOperator
Copyright © 2014 Apache Software Foundation. All Rights Reserved.