Home | History | Annotate | Download | only in vsrulefiles

Lines Matching full:description

21 					Description="Specify any options required to invoke the java VM on this grammar file. Sometimes larger grammars require more memory than the standard allocation and you can specify this here."
32 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the DFAs gnerated for this grammar."
40 Description="When set to True ANTLR3 will produce a number of .dot files that can be used with dot/graphviz to genreate pictorial representations of the NFAs generated for this grammar."
49 Description="If set to True then ANTLR3 will generate reports about the grammar file(s) it processes."
58 Description="If set to True ANTLR3 will print out the grammar without the associated actions"
67 Description="If set to True ANTLR3 will generate code that fires debugging events. [JI - Not yet implemented]"
75 Description="If set to True ANTLR3 will generate code that computes profiling information [JI - not yet implemented]"
84 Description="If True ANTLR3 will print out the grammar AST"
93 Description="In which directory can ANTLR3 locate grammar token files if not in the same directory as the grammar file."
103 Description="If True ANTLR3 will generate a text version of the DFAsfor this grammar."
112 Description="If True ANTLR3 will not test EBNF exit branches."
120 Description="Which directory the generated output files be sent to if not the same directory as the grammar file."
130 Description="Collapse incident edges into DFA states"
138 Description="If True, ANTLR3 will dump lots of information to the screen during NFA conversion."
147 Description="Specifies the absolute location of the ANTLR3 jar file if it is not in a location covered by %CLASSPATH%. Specify using UNIX directory delimiters to minimize problems."
155 Description="Specifies the command that invokes the java VM. Usually java, but could be something else such as jikes"
165 Description="Maximum number of rule invocations during conversion"
175 Description="Maximum "comfortable" number of edges for single DFA state"
185 Description="DFA conversion timeout period for each decision."
194 Description="If true, causes ANTLR to assume output directory is always the absolute output path and not to use relative paths as per the intput spec. For visual studio, this should usually be set to true."