org.quattor.pan.template
Class SourceRange

java.lang.Object
  extended by 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)
           
 
Method Summary
static SourceRange combineSourceRanges(SourceRange... ranges)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceRange

public SourceRange(int beginLine,
                   int beginColumn,
                   int endLine,
                   int endColumn)
Method Detail

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.