Uses of Class
org.ek9lang.compiler.common.Ek9SourceVisitor
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
Common parts of processing that can be reused across various phases.
-
Uses of Ek9SourceVisitor in org.ek9lang.cli
Modifier and TypeMethodDescriptionCommandLineDetails.getSourceVisitor()
Access the visitor of the source code being parsed.Modifier and TypeMethodDescription(package private) Optional
<Ek9SourceVisitor> Provides a source visitor for a packages dependency, so it it has already been resolved and unpacked, it will be returned.Modifier and TypeMethodDescription(package private) Optional
<DependencyNode> DependencyNodeFactory.createFrom
(Ek9SourceVisitor visitor) -
Uses of Ek9SourceVisitor in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionboolean
JustParser.readSourceFile
(File sourceFile, Ek9SourceVisitor visitor) Read the source file using the visitor supplied.