public class SourcePosition extends Object
Modifier and Type | Field and Description |
---|---|
int |
column |
int |
line |
int |
offset |
SourceFile |
source |
Constructor and Description |
---|
SourcePosition(SourceFile source,
int offset,
int line,
int column) |
public final SourceFile source
public final int offset
public final int line
public final int column
public SourcePosition(SourceFile source, int offset, int line, int column)
Copyright © 2009-2016 Google. All Rights Reserved.