public static class WallVisitorUtils.WallConditionContext extends Object
Constructor and Description |
---|
WallConditionContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasBitwise() |
boolean |
hasConstArithmetic() |
boolean |
hasPartAlwayFalse() |
boolean |
hasPartAlwayTrue() |
boolean |
hasXor() |
void |
setBitwise(boolean bitwise) |
void |
setConstArithmetic(boolean constArithmetic) |
void |
setPartAlwayFalse(boolean partAlwayFalse) |
void |
setPartAlwayTrue(boolean partAllowTrue) |
void |
setXor(boolean xor) |
public boolean hasPartAlwayTrue()
public void setPartAlwayTrue(boolean partAllowTrue)
public boolean hasPartAlwayFalse()
public void setPartAlwayFalse(boolean partAlwayFalse)
public boolean hasConstArithmetic()
public void setConstArithmetic(boolean constArithmetic)
public boolean hasXor()
public void setXor(boolean xor)
public boolean hasBitwise()
public void setBitwise(boolean bitwise)
Copyright © 2013–2017 Alibaba Group. All rights reserved.