public class G_Add<T> extends G_Expr2<T>
G_Add(G_Expr<T> left, G_Expr<T> right)
protected G_Add<T>
_copy(List<G_Expr<T>> args)
static <T> G_Add<T>
create(G_Expr<T> left, G_Expr<T> right)
copy, equals, getArg, getArgCount, getArgs, getLeft, getRight, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public G_Add(G_Expr<T> left, G_Expr<T> right)
protected G_Add<T> _copy(List<G_Expr<T>> args)
_copy
G_Expr2<T>
public static <T> G_Add<T> create(G_Expr<T> left, G_Expr<T> right)
Copyright © 2014. All rights reserved.