Home | History | Annotate | Download | only in antlr3

Lines Matching refs:Main

39 =begin rdoc ANTLR3::Main
41 Namespace module for the quick script Main classes.
45 module Main
48 =begin rdoc ANTLR3::Main::Options
51 Main classes.
58 # the input stream used by the Main script; defaults to <tt>$stdin</tt>
60 # a boolean flag indicating whether or not to run the Main
111 =begin rdoc ANTLR3::Main::Main
113 The base-class for the three primary Main script-runner classes.
114 It defines the skeletal structure shared by all main
119 class Main
312 =begin rdoc ANTLR3::Main::LexerMain
318 class LexerMain < Main
360 =begin rdoc ANTLR3::Main::ParserMain
366 class ParserMain < Main
479 =begin rdoc ANTLR3::Main::WalkerMain
486 class WalkerMain < Main
552 # TODO: finish the Main modules