Package | Description |
---|---|
claw.wani.language | |
claw.wani.language.parser |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClawMappingVar> |
ClawMapping.getMappedVariables()
Get a list of all mapped variables.
|
java.util.List<ClawMappingVar> |
ClawMapping.getMappingVariables()
Get a list of all mapping variables.
|
Modifier and Type | Method and Description |
---|---|
void |
ClawMapping.setMappedVariables(java.util.List<ClawMappingVar> mappedVars)
Set the mapped variable list.
|
void |
ClawMapping.setMappingVariables(java.util.List<ClawMappingVar> mappingVars)
Set the mapping variable list.
|
Modifier and Type | Field and Description |
---|---|
ClawMappingVar |
ClawParser.Mapping_varContext.mappingVar |
Modifier and Type | Field and Description |
---|---|
java.util.List<ClawMappingVar> |
ClawParser.Mapping_var_listContext.vars |
Modifier and Type | Method and Description |
---|---|
ClawParser.Mapping_var_listContext |
ClawParser.mapping_var_list(java.util.List<ClawMappingVar> vars) |
Constructor and Description |
---|
Mapping_var_listContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
java.util.List<ClawMappingVar> vars) |