summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/javacc/SchemaParser.jj
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-19 16:18:39 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-19 16:18:39 +0200
commitf2cd66f364900826f61c1501e638a7fa2ee1f426 (patch)
tree31b6638eb756201301a748942e92273a11eae0cd /config-model/src/main/javacc/SchemaParser.jj
parentb35b2fff2b856e642a2e4562e4aea79a8f185065 (diff)
Rename linguistics-tokens to tokens.
Diffstat (limited to 'config-model/src/main/javacc/SchemaParser.jj')
-rw-r--r--config-model/src/main/javacc/SchemaParser.jj8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/main/javacc/SchemaParser.jj b/config-model/src/main/javacc/SchemaParser.jj
index a5238afc86a..f186caacb5f 100644
--- a/config-model/src/main/javacc/SchemaParser.jj
+++ b/config-model/src/main/javacc/SchemaParser.jj
@@ -201,7 +201,7 @@ TOKEN :
| < FULL: "full" >
| < STATIC: "static" >
| < DYNAMIC: "dynamic" >
-| < LINGUISTICS_TOKENS: "linguistics-tokens" >
+| < TOKENS: "tokens" >
| < MATCHED_ELEMENTS_ONLY: "matched-elements-only" >
| < SSCONTEXTUAL: "contextual" >
| < SSOVERRIDE: "override" >
@@ -1129,7 +1129,7 @@ void summaryInFieldShort(ParsedField field) :
<COLON> ( <DYNAMIC> { psf.setDynamic(); }
| <MATCHED_ELEMENTS_ONLY> { psf.setMatchedElementsOnly(); }
| (<FULL> | <STATIC>) { psf.setFull(); }
- | <LINGUISTICS_TOKENS> { psf.setLinguisticsTokens(); }
+ | <TOKENS> { psf.setTokens(); }
)
}
@@ -1175,7 +1175,7 @@ void summaryTransform(ParsedSummaryField field) : { }
( <DYNAMIC> { field.setDynamic(); }
| <MATCHED_ELEMENTS_ONLY> { field.setMatchedElementsOnly(); }
| (<FULL> | <STATIC>) { field.setFull(); }
- | <LINGUISTICS_TOKENS> { field.setLinguisticsTokens(); }
+ | <TOKENS> { field.setTokens(); }
)
}
@@ -2715,7 +2715,6 @@ String identifier() : { }
| <INLINE>
| <INPUTS>
| <INTEGER>
- | <LINGUISTICS_TOKENS>
| <LITERAL>
| <LOCALE>
| <LONG>
@@ -2769,6 +2768,7 @@ String identifier() : { }
| <TERTIARY>
| <TEXT>
| <TO>
+ | <TOKENS>
| <TRUE>
| <TYPE>
| <UCA>