org.quattor.pan.template
Class SourceRange
java.lang.Object
org.quattor.pan.template.SourceRange
public class SourceRange
- extends java.lang.Object
Defines a range of characters within a source pan template that is used to
provide detailed error messages.
- Author:
- loomis
|
Constructor Summary |
SourceRange(int beginLine,
int beginColumn,
int endLine,
int endColumn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SourceRange
public SourceRange(int beginLine,
int beginColumn,
int endLine,
int endColumn)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
combineSourceRanges
public static SourceRange combineSourceRanges(SourceRange... ranges)
Copyright © 2011 Quattor. All Rights Reserved.