org.quattor.pan.utils
Class SourceLocation
java.lang.Object
org.quattor.pan.utils.SourceLocation
public class SourceLocation
- extends Object
Represents the source location of a block of characters within a given
template. Instances of this class are immutable.
- Author:
- loomis
sourceRange
public final SourceRange sourceRange
template
public final Template template
SourceLocation
public SourceLocation(Template template,
SourceRange sourceRange)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Quattor. All Rights Reserved.