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 TypeMethodDescriptionvoid
eval
(InterpretContext context) default boolean
Returns 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:
-