クラス Paren
java.lang.Object
org.iplass.mtp.entity.query.condition.Condition
org.iplass.mtp.entity.query.condition.expr.Paren
- すべての実装されたインタフェース:
Serializable
,ASTNode
( )を表す。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明accept
(ASTTransformer transformer) void
accept
(ConditionVisitor visitor) boolean
int
hashCode()
void
setNestedExpression
(Condition nestedExpression) toString()
クラスから継承されたメソッド org.iplass.mtp.entity.query.condition.Condition
newCondition
-
コンストラクタの詳細
-
Paren
public Paren() -
Paren
-
-
メソッドの詳細
-
setNestedExpression
-
getNestedExpression
-
accept
-
hashCode
public int hashCode() -
equals
-
toString
-
accept
-