Package | Description |
---|---|
claw.tatsu.common | |
claw.tatsu.directive.generator | |
claw.wani.x2t.configuration |
Modifier and Type | Method and Description |
---|---|
static CompilerDirective |
CompilerDirective.fromString(java.lang.String value)
Get enum value from a string.
|
CompilerDirective |
Context.getCompilerDirective() |
static CompilerDirective |
CompilerDirective.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompilerDirective[] |
CompilerDirective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Context.init(CompilerDirective compilerDirective,
Target target,
int maxColumns) |
Modifier and Type | Method and Description |
---|---|
CompilerDirective |
OpenAcc.getDirectiveLanguage() |
CompilerDirective |
DirectiveNone.getDirectiveLanguage() |
abstract CompilerDirective |
DirectiveGenerator.getDirectiveLanguage()
Get the target of the current generator.
|
CompilerDirective |
OpenMp.getDirectiveLanguage() |
Modifier and Type | Method and Description |
---|---|
CompilerDirective |
Configuration.getCurrentDirective()
Get the current directive directive defined in the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.init(CompilerDirective dir,
Target target)
Constructs basic configuration object.
|