Class Not
java.lang.Object
org.iplass.mtp.entity.query.condition.Condition
org.iplass.mtp.entity.query.condition.expr.Not
- All Implemented Interfaces:
Serializable,ASTNode
NOT条件を表す。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ConditionVisitor visitor) booleaninthashCode()voidsetNestedExpression(Condition nestedExpression) toString()Methods inherited from class org.iplass.mtp.entity.query.condition.Condition
newCondition
-
Constructor Details
-
Not
public Not() -
Not
-
-
Method Details
-
setNestedExpression
-
getNestedExpression
-
accept
-
toString
-
accept
-
hashCode
public int hashCode() -
equals
-