Home
last modified time | relevance | path

Searched defs:GDLLexer (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DGDLLexer.hpp33 class CUSTOM_API GDLLexer : public antlr::CharScanner, public GDLTokenTypes class
59 GDLLexer( std::istream& in, const std::string &f, unsigned int compileOptIn, in GDLLexer() function in GDLLexer
89 GDLLexer( std::ifstream& in, const std::string& name, in GDLLexer() function in GDLLexer
H A DGDLLexer.cpp19 GDLLexer::GDLLexer(std::istream& in) in GDLLexer() function in GDLLexer
25 GDLLexer::GDLLexer(antlr::InputBuffer& ib) in GDLLexer() function in GDLLexer
31 GDLLexer::GDLLexer(const antlr::LexerSharedInputState& state) in GDLLexer() function in GDLLexer