Home
last modified time | relevance | path

Searched defs:BaseToken (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dtoken.go40 type BaseToken struct { struct
41 source *TokenSourceCharStreamPair
49 text string // text of the token.
50 readOnly bool
76 func (b *BaseToken) GetChannel() int {
80 func (b *BaseToken) GetStart() int {
84 func (b *BaseToken) GetStop() int {
88 func (b *BaseToken) GetLine() int {
92 func (b *BaseToken) GetColumn() int {
96 func (b *BaseToken) GetTokenType() int {
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenVtf/
H A DGenVtf.c2183 CHAR8 BaseToken[MAX_LONG_FILE_PATH]; in UpdateSymFile() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp75 struct BaseToken : public PLDHashEntryHdr { struct
81 struct Token : public BaseToken { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/types/dist/
H A Dts-estree.d.ts40 interface BaseToken extends BaseNode { interface