Class ParenValue
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.primary.ParenValue
- All Implemented Interfaces:
- Serializable,- ASTNode
ValueExpression上での( )を表す。
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleaninthashCode()voidsetNestedValue(ValueExpression nestedValue) toString()Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpressionnewValue
- 
Constructor Details- 
ParenValuepublic ParenValue()
- 
ParenValue
 
- 
- 
Method Details- 
getNestedValue
- 
setNestedValue
- 
toString
- 
accept- Specified by:
- acceptin class- ValueExpression
 
- 
accept
- 
hashCodepublic int hashCode()
- 
equals
 
-