|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.utils.SourceLocation
public class SourceLocation
Represents the source location of a block of characters within a given template. Instances of this class are immutable.
| Field Summary | |
|---|---|
SourceRange |
sourceRange
|
Template |
template
|
| Constructor Summary | |
|---|---|
SourceLocation(Template template,
SourceRange sourceRange)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final SourceRange sourceRange
public final Template template
| Constructor Detail |
|---|
public SourceLocation(Template template,
SourceRange sourceRange)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||