kawa.standard

Class load

public class load extends Procedure1

Field Summary
static loadload
static loadloadRelative
Constructor Summary
load(String name, boolean relative)
Method Summary
static voidapply(Path path, Environment env, boolean relative, int skipLines)
Objectapply1(Object arg1)
Objectapply2(Object name, Object arg2)
static voidloadClassFile(String name, Environment env)
Load using the name of a compile .class file.
static voidloadCompiled(Path path, Environment env)
static voidloadSource(InPort port, Environment env, URL url)

Field Detail

load

public static final load load

loadRelative

public static final load loadRelative

Constructor Detail

load

public load(String name, boolean relative)

Method Detail

apply

public static final void apply(Path path, Environment env, boolean relative, int skipLines)

apply1

public final Object apply1(Object arg1)

apply2

public final Object apply2(Object name, Object arg2)

loadClassFile

public static final void loadClassFile(String name, Environment env)
Load using the name of a compile .class file.

loadCompiled

public static final void loadCompiled(Path path, Environment env)

loadSource

public static final void loadSource(InPort port, Environment env, URL url)