Package org.eclipse.epsilon.common.parse
Class Region
java.lang.Object
org.eclipse.epsilon.common.parse.Region
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
-
end
-
-
Constructor Details
-
Region
public Region() -
Region
- Parameters:
start
-end
-- Since:
- 1.6
-
Region
public Region(int startLine, int startColumn, int endLine, int endColumn)
-
-
Method Details