◆ empty()
◆ merge()
Merges two sets of BytecodeFeatures by combining their constants, method invocations, field accesses, object creations, instructions, and miscellaneous features into a single BytecodeFeatures object.
- Parameters
-
- Returns
- a new BytecodeFeatures object containing the merged features from f1 and f2
◆ toString()
String ppt4j.feature.bytecode.BytecodeFeatures.toString |
( |
| ) |
|
Returns a string representation of the object. The string includes the index, source line number, and all instructions in the instance.
- Returns
- a string representation of the object
Reimplemented from ppt4j.feature.Features.
The documentation for this class was generated from the following file: