edu.toronto.cs.expr
Class CILFunctionCallOp
java.lang.Object
edu.toronto.cs.expr.NamedOp
edu.toronto.cs.expr.CILFunctionCallOp
- All Implemented Interfaces:
- Operator
public class CILFunctionCallOp
- extends NamedOp
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FCALL
public static final CILFunctionCallOp FCALL
getName
public static java.lang.String getName(Expr e)
hasArguments
public static boolean hasArguments(Expr e)
getArguments
public static Expr getArguments(Expr e)
getReturnVarName
public static java.lang.String getReturnVarName(Expr e)
getCallIndex
public static int getCallIndex(Expr e)
getCallIndexExpr
public static Expr getCallIndexExpr(Expr e)