com.alibaba.druid.wall.spi
类 WallVisitorUtils.WallConditionContext

java.lang.Object
  继承者 com.alibaba.druid.wall.spi.WallVisitorUtils.WallConditionContext
包容类:
WallVisitorUtils

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)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WallVisitorUtils.WallConditionContext

public WallVisitorUtils.WallConditionContext()
方法详细信息

hasPartAlwayTrue

public boolean hasPartAlwayTrue()

setPartAlwayTrue

public void setPartAlwayTrue(boolean partAllowTrue)

hasPartAlwayFalse

public boolean hasPartAlwayFalse()

setPartAlwayFalse

public void setPartAlwayFalse(boolean partAlwayFalse)

hasConstArithmetic

public boolean hasConstArithmetic()

setConstArithmetic

public void setConstArithmetic(boolean constArithmetic)

hasXor

public boolean hasXor()

setXor

public void setXor(boolean xor)

hasBitwise

public boolean hasBitwise()

setBitwise

public void setBitwise(boolean bitwise)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.