Class LocationImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.util.LocationImpl
- All Implemented Interfaces:
Location
Implementation class for
Location
.-
Constructor Summary
ConstructorsConstructorDescriptionLocationImpl
(Resource resource) LocationImpl
(Resource resource, int line) LocationImpl
(Resource resource, int line, int column) -
Method Summary
-
Constructor Details
-
LocationImpl
-
LocationImpl
-
LocationImpl
-
-
Method Details
-
getResource
Description copied from interface:Location
The resource from which the object tagged with a location was derived.- Specified by:
getResource
in interfaceLocation
-
getLine
Description copied from interface:Location
The line number within the resource, if known, or -1 otherwise. -
getColumn
Description copied from interface:Location
The column number within the line if known, or -1 otherwise. -
toString
-
hashCode
-
equals
-