Class SendIR
java.lang.Object
com.googlecode.aviator.code.interpreter.ir.SendIR
- All Implemented Interfaces:
IR,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSendIR(String name, int arity, boolean unpackArgs, int funcId, SourceInfo sourceInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoideval(InterpretContext context) booleanReturns true when the IR execution cost may be expensivetoString()
-
Constructor Details
-
SendIR
-
-
Method Details