public enum HTask extends Enum<HTask>
| Enum Constant and Description |
|---|
AST |
C |
CLEAN |
COMPILE |
CPP |
CS |
JAVA |
RESOLVED_AST |
RUN |
| Modifier and Type | Method and Description |
|---|---|
static Set<HTask> |
expandDependencies(HTask[] base) |
static Set<HTask> |
expandDependencies(Set<HTask> base) |
static Set<HTask> |
expandReverseDependencies(HTask[] base) |
static Set<HTask> |
expandReverseDependencies(Set<HTask> base) |
Set<HTask> |
getDependencies() |
static Set<HTask> |
getLanguagePorts() |
Set<HTask> |
getReverseDependencies() |
static HTask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTask CLEAN
public static final HTask AST
public static final HTask RESOLVED_AST
public static final HTask COMPILE
public static final HTask RUN
public static final HTask JAVA
public static final HTask C
public static final HTask CS
public static final HTask CPP
public static HTask[] values()
for (HTask c : HTask.values()) System.out.println(c);
public static HTask valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 vpc open source initiative. All rights reserved.