| Class | Description |
|---|---|
| BitwiseOperatorTransformer |
Make sure bitwise operations on transformed Booleans are still valid
|
| BooleanArrayIndexTransformer |
Make sure array accesses of boolean arrays are also transformed
|
| BooleanArrayTransformer |
Make sure arrays of booleans are also transformed
|
| BooleanCallsTransformer |
Replace signatures of all calls/field accesses on Booleans
|
| BooleanDefinitionTransformer |
This transformer inserts calls to the get function when a Boolean is put
on the stack
|
| BooleanDistanceTransformer |
This transformer inserts calls to the put function before a Boolean
predicate
|
| BooleanIfTransformer |
Transform IFEQ/IFNE to IFLE/IFGT for transformed Boolean variables
|
| BooleanReturnTransformer |
If a method needs to return a Boolean and not an int, then we need to
transform the int back to a Boolean
|
| ImplicitElseTransformer |
Expand ifs without else
|
| InstanceOfTransformer |
Replace instanceof operation with helper that puts int on the stack
|
| MethodNodeTransformer |
MethodNodeTransformer class.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.