Interface PluggableStatement
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PluggableStatementAStatementthat can be dynamically plugged into aCFGin place of another statement. This is used for resolving calls to native constructs (NativeCFGs) that get rewritten intoNativeCalls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOriginatingStatement(Statement st)Sets the originalStatementthat got rewritten by theis pluggable statement.
-