public static class WallVisitorUtils.WallConditionContext extends Object
构造器和说明 |
---|
WallVisitorUtils.WallConditionContext() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
hasBitwise() |
boolean |
hasConstArithmetic() |
boolean |
hasPartAlwayTrue() |
boolean |
hasXor() |
void |
setBitwise(boolean bitwise) |
void |
setConstArithmetic(boolean constArithmetic) |
void |
setPartAlwayTrue(boolean partAllowTrue) |
void |
setXor(boolean xor) |
public boolean hasPartAlwayTrue()
public void setPartAlwayTrue(boolean partAllowTrue)
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 © 2012-2013 Alibaba Group. All Rights Reserved.