public static class WallVisitorUtils.WallConditionContext extends Object
构造器和说明 |
---|
WallVisitorUtils.WallConditionContext() |
限定符和类型 | 方法和说明 |
---|---|
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-2015 Alibaba Group. All Rights Reserved.