Package | Description |
---|---|
claw.wani.language |
Modifier and Type | Method and Description |
---|---|
ClawDirective |
ClawPragma.getDirective()
Get the current directive of the language section.
|
static ClawDirective |
ClawDirective.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClawDirective[] |
ClawDirective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClawPragma.setDirective(ClawDirective directive)
Define the current directive of the language section.
|