public abstract class IntegerComparisonTerm extends ComparisonTerm
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
number
The number.
|
comparison, EQ, GE, GT, LE, LT, NE| 限定符 | 构造器和说明 |
|---|---|
protected |
IntegerComparisonTerm(int comparison,
int number) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj)
Equality comparison.
|
int |
getComparison()
Return the type of comparison.
|
int |
getNumber()
Return the number to compare with.
|
int |
hashCode()
Compute a hashCode for this object.
|
protected boolean |
match(int i) |
matchpublic int getNumber()
public int getComparison()
protected boolean match(int i)
public boolean equals(Object obj)
equals 在类中 ComparisonTermpublic int hashCode()
hashCode 在类中 ComparisonTermCopyright © 2021 Oracle. All rights reserved.