Class SendIR
java.lang.Object
com.googlecode.aviator.code.interpreter.ir.SendIR
- All Implemented Interfaces:
IR, Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate intprivate final Stringprivate static final longprivate final SourceInfoprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionSendIR(String name, int arity, boolean unpackArgs, int funcId, SourceInfo sourceInfo) -
Method Summary
Modifier and TypeMethodDescriptionprivate AviatorObjectcallFn(AviatorFunction fn, AviatorObject[] args, int arity, Env env) voideval(InterpretContext context) booleanReturns true when the IR execution cost may be expensivetoString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
arity
private final int arity -
unpackArgs
private final boolean unpackArgs -
funcId
private int funcId -
sourceInfo
-
-
Constructor Details
-
SendIR
-
-
Method Details