public class SourceRange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
SourcePosition |
end |
SourcePosition |
start |
| Constructor and Description |
|---|
SourceRange(SourcePosition start,
SourcePosition end) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final SourcePosition start
public final SourcePosition end
public SourceRange(SourcePosition start, SourcePosition end)
Copyright © 2009-2019 Google. All Rights Reserved.