| Package | Description |
|---|---|
| wyc.commands | |
| wyc.util |
| Modifier and Type | Method and Description |
|---|---|
protected Compile.Result |
Compile.compile(wybs.util.StdProject project,
List<? extends wyfs.lang.Path.Entry<?>> entries) |
Compile.Result |
Compile.execute(List<? extends wyfs.lang.Path.Entry<?>> entries) |
Compile.Result |
Compile.execute(String... args) |
static Compile.Result |
Compile.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compile.Result[] |
Compile.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static wycc.util.Pair<Compile.Result,String> |
TestUtils.compile(File whileydir,
boolean verify,
String... args)
Run the Whiley Compiler with the given list of arguments.
|
Copyright © 2017. All rights reserved.