Package | Description |
---|---|
claw.tatsu.common | |
claw.wani.language | |
claw.wani.language.parser | |
claw.wani.x2t.configuration |
Modifier and Type | Method and Description |
---|---|
static Target |
Target.fromString(java.lang.String value)
Get enum value from a string.
|
Target |
Context.getTarget() |
static Target |
Target.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Target[] |
Target.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 |
---|---|
java.util.List<Target> |
ClawPragma.getTargetClauseValues()
Get the target clause value.
|
Modifier and Type | Method and Description |
---|---|
void |
ClawPragma.setTargetClauseValue(java.util.List<Target> values)
Set the target clause value and the update clause usage flag to true.
|
Modifier and Type | Field and Description |
---|---|
Target |
ClawParser.TargetContext.t |
Modifier and Type | Field and Description |
---|---|
java.util.List<Target> |
ClawParser.Target_listContext.targets |
Modifier and Type | Method and Description |
---|---|
ClawParser.Target_listContext |
ClawParser.target_list(java.util.List<Target> targets) |
Constructor and Description |
---|
Target_listContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
java.util.List<Target> targets) |
Modifier and Type | Method and Description |
---|---|
Target |
Configuration.getCurrentTarget()
Get the current target defined in the configuration or by the user on
the command line.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.init(CompilerDirective dir,
Target target)
Constructs basic configuration object.
|