public abstract class G_Expr1<T> extends Object implements G_Expr<T>
| Modifier and Type | Method and Description |
|---|---|
protected abstract G_Expr<T> |
_copy(List<G_Expr<T>> args) |
G_Expr<T> |
copy(List<G_Expr<T>> args) |
boolean |
equals(Object obj) |
G_Expr<T> |
getArg() |
G_Expr<T> |
getArg(int index) |
int |
getArgCount() |
List<G_Expr<T>> |
getArgs() |
int |
hashCode() |
String |
toString() |
public int getArgCount()
getArgCount in interface G_Expr<T>Copyright © 2014. All rights reserved.