Interface IR
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AssertTypeIR, BranchIfIR, BranchUnlessIR, ClearIR, GotoIR, LoadIR, NewLambdaIR, OperatorIR, PopIR, PopNIR, SendIR, VisitLabelIR
IR interface
-
Method Summary
Modifier and TypeMethodDescriptionvoideval(InterpretContext context) default booleanReturns true when the IR execution cost may be expensive
-
Method Details
-
eval
-
mayBeCost
default boolean mayBeCost()Returns true when the IR execution cost may be expensive- Returns:
-