org.quattor.pan.template
Class SourceRange

java.lang.Object
  extended by org.quattor.pan.template.SourceRange

public class SourceRange
extends 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)
           
 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 String toString()
Overrides:
toString in class Object

combineSourceRanges

public static SourceRange combineSourceRanges(SourceRange... ranges)


Copyright © 2012 Quattor. All Rights Reserved.