getLocation method
Implementation
int getLocation() {
switch (this) {
case Location.noLocation:
return 0;
case Location.skip:
return 1;
}
}
int getLocation() {
switch (this) {
case Location.noLocation:
return 0;
case Location.skip:
return 1;
}
}