public class FunctionCalls extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FunctionCalls.CallInfo
Information about a function call.
|
static class |
FunctionCalls.EventHandlerCall
Information for an event handler call.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
callFunction(FunctionCalls.CallInfo call,
State caller_state,
GenericSolver.SolverInterface c)
Enters a function described by a CallInfo.
|
static void |
leaveFunction(NodeAndContext<CallContext> caller,
Value returnval,
boolean exceptional,
Function f,
State state,
Value thisval,
GenericSolver.SolverInterface c)
Leaves a function.
|
public static void callFunction(FunctionCalls.CallInfo call, State caller_state, GenericSolver.SolverInterface c)
public static void leaveFunction(NodeAndContext<CallContext> caller, Value returnval, boolean exceptional, Function f, State state, Value thisval, GenericSolver.SolverInterface c)
Copyright © 2012 Aarhus University