Uses of Interface
org.ek9lang.compiler.backend.IMainEntryVisitor
Packages that use IMainEntryVisitor
Package
Description
-
Uses of IMainEntryVisitor in org.ek9lang.compiler.backend
Classes in org.ek9lang.compiler.backend that implement interfaces with type arguments of type IMainEntryVisitorModifier and TypeClassDescriptionfinal class
Locates the appropriate main entry visitor for the appropriate target architecture.Methods in org.ek9lang.compiler.backend that return IMainEntryVisitorModifier and TypeMethodDescriptionMainEntryVisitorLocator.apply
(MainEntryTargetTuple mainEntryTargetTuple) -
Uses of IMainEntryVisitor in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement IMainEntryVisitorModifier and TypeClassDescriptionfinal class
JVM-specific main entry visitor that generates ek9.Main class with Java bytecode. -
Uses of IMainEntryVisitor in org.ek9lang.compiler.backend.llvm.cpp
Classes in org.ek9lang.compiler.backend.llvm.cpp that implement IMainEntryVisitorModifier and TypeClassDescriptionfinal class
LLVM/C++ main entry visitor for generating native binary main entry points.