Package | Description |
---|---|
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 |
---|---|
protected GoloParser |
GoloCompiler.createGoloParser(java.io.Reader sourceReader)
Makes a Golo parser from a reader.
|
GoloParser |
GoloCompiler.initParser(java.io.Reader sourceReader)
Initializes a parser from a reader.
|
GoloParser |
GoloCompiler.initParser(java.lang.String goloSourceFilename,
java.io.InputStream sourceCodeInputStream)
Initializes a parser from an input stream.
|
Modifier and Type | Method and Description |
---|---|
ASTCompilationUnit |
GoloCompiler.parse(java.lang.String goloSourceFilename,
GoloParser parser)
Produces a parse tree for a Golo source file.
|
Modifier and Type | Class and Description |
---|---|
class |
GoloOffsetParser
Golo parser extension allowing to track token offsets.
|
Modifier and Type | Field and Description |
---|---|
protected GoloParser |
SimpleNode.parser |