public class Minus extends BinaryArithmetic implements scala.Product, scala.Serializable
Constructor and Description |
---|
Minus(Expression left,
Expression right) |
Modifier and Type | Method and Description |
---|---|
Expression |
left() |
Expression |
right() |
String |
toString() |
typeInfo
children
freshName, freshNameCounter, name
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Minus(Expression left, Expression right)
public Expression left()
left
in class BinaryExpression
public Expression right()
right
in class BinaryExpression
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.