| Constructor and Description |
|---|
Range(int variable,
int startOperand,
int endOperand) |
| Modifier and Type | Method and Description |
|---|---|
int |
endOperand()
Return the end operand of this range.
|
boolean |
equals(Object o) |
int |
hashCode() |
int |
startOperand()
Return the start operand of this range.
|
int |
variable()
Return the location index for the variable this range is declaring.
|
Copyright © 2017. All rights reserved.