public interface InputLocationTracker
Modifier and Type | Method and Description |
---|---|
InputLocation |
getLocation(Object field)
Gets the ___location of the specified field in the input
source.
|
void |
setLocation(Object field,
InputLocation ___location)
Sets the ___location of the specified field.
|
InputLocation getLocation(Object field)
field
- The key of the field, must not be
null
.null
if unknown.void setLocation(Object field, InputLocation ___location)
field
- The key of the field, must not be
null
.___location
- The ___location of the field, may be
null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.