menu
candid_dart package
documentation
antlr/CandidLexer.dart
CandidLexer
charIndex property
charIndex property
dark_mode
light_mode
charIndex
property
int
get
charIndex
inherited
What is the index of the current character of lookahead?
Implementation
int get charIndex { return _input.index; }
candid_dart package
documentation
antlr/CandidLexer
CandidLexer
charIndex property
CandidLexer class