Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
org.eclipse.golo.compiler.parser |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
PositionInSourceCode |
GoloElement.positionInSourceCode() |
Modifier and Type | Method and Description |
---|---|
T |
GoloElement.positionInSourceCode(PositionInSourceCode pos) |
Modifier and Type | Method and Description |
---|---|
PositionInSourceCode |
GoloCompilationException.Problem.getPositionInSourceCode() |
static PositionInSourceCode |
PositionInSourceCode.of(int line,
int column) |
static PositionInSourceCode |
PositionInSourceCode.of(int startLine,
int startColumn,
int endLine,
int endColumn) |
static PositionInSourceCode |
PositionInSourceCode.of(PositionInSourceCode pos) |
static PositionInSourceCode |
PositionInSourceCode.undefined() |
Modifier and Type | Method and Description |
---|---|
static PositionInSourceCode |
PositionInSourceCode.of(PositionInSourceCode pos) |
Modifier and Type | Method and Description |
---|---|
PositionInSourceCode |
GoloASTNode.getPositionInSourceCode() |