| Package | Description |
|---|---|
| claw.wani.language | |
| claw.wani.language.parser |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClawMapping> |
ClawPragma.getMappings()
Get the list of extracted ClawMapping objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClawPragma.setMappings(java.util.List<ClawMapping> mappings)
Set the ClawMapping list
|
| Modifier and Type | Field and Description |
|---|---|
ClawMapping |
ClawParser.Mapping_optionContext.mapping |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ClawMapping> |
ClawParser.Mapping_option_listContext.mappings |
| Modifier and Type | Method and Description |
|---|---|
ClawParser.Mapping_option_listContext |
ClawParser.mapping_option_list(java.util.List<ClawMapping> mappings) |
| Constructor and Description |
|---|
Mapping_option_listContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
java.util.List<ClawMapping> mappings) |