|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComparisonExpression
Interface implemented by expressions that perform a comparison
Method Summary | |
---|---|
boolean |
convertsUntypedToOther()
Determine whether untyped atomic values should be converted to the type of the other operand |
AtomicComparer |
getAtomicComparer()
Get the AtomicComparer used to compare atomic values. |
Expression[] |
getOperands()
Get the two operands of the comparison |
int |
getSingletonOperator()
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT, Token.FLE, Token.FGE |
Method Detail |
---|
AtomicComparer getAtomicComparer()
int getSingletonOperator()
Expression[] getOperands()
boolean convertsUntypedToOther()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |