Instances of this class encapsulates the multiplexing of the two lexers used in lexing CAL source: the main CAL lexer and the CALDoc lexer. Since these two lexers are codependent (namely on scanning '/''*''*' as the start of a CALDoc comment, and '*''/' as the end of one), the two lexers should not be created or accessed individually, but rather through an instance of this class, which guarantees that they are always created and used as a pair. @author Joseph Wong
|
|
|
|