public class IntegerConstantInference extends java.lang.Object implements MethodTransformer
| Modifier and Type | Field and Description |
|---|---|
static IntegerConstantUnion |
BOOLEAN_CONSTANTS |
| Constructor and Description |
|---|
IntegerConstantInference() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBooleanConstant(AType type) |
void |
transform(MethodDecl function,
MethodTransformContext ctx)
Transform the
MethodDecl. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, stepTypepublic static final IntegerConstantUnion BOOLEAN_CONSTANTS
public void transform(MethodDecl function, MethodTransformContext ctx)
MethodTransformerMethodDecl.transform in interface MethodTransformerfunction - The function to transform.ctx - The MethodTransformContext.public static boolean isBooleanConstant(AType type)